canjs / devtools

Chrome DevTools for CanJS.
https://chrome.google.com/webstore/detail/canjs-devtools/hhdfadlgplkpapjfehnjhcebebgmibcb
MIT License
5 stars 0 forks source link

Fix permissions in the manifest #95

Closed cherifGsoul closed 4 years ago

cherifGsoul commented 4 years ago

Update permissions in the manifest file as recommended by google , "<all_urls>" is used in content_scripts key and "permissions key.

Closes #94

phillipskevin commented 4 years ago

@cherifGsoul I think this is probably fine, but I don't see all_urls mentioned in those docs you linked to. Can you point out where this is explained?

cherifGsoul commented 4 years ago

Sorry @phillipskevin I updated the description and here is the link https://developer.chrome.com/extensions/match_patterns for available match patterns

Match_Patterns_-_Google_Chrome
phillipskevin commented 4 years ago

This seems to work fine. I'm going to merge and publish a new version to see if it fixes the delayed publishing.