Skip to content

Commit

Permalink
Replacing permissions for access to <all_urls> to match specific urls
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 committed Aug 2, 2021
1 parent 1331b80 commit fd183c1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@
"permissions": [
"tabs",
"storage",
"<all_urls>",
"https://intel.ingress.com/*",
"http://*/*.json",
"https://*/*.json",
"http://*/*.meta.js",
"http://*/*.user.js",
"https://*/*.meta.js",
"https://*/*.user.js",
"webRequest",
"webRequestBlocking",
"unlimitedStorage"
Expand Down

0 comments on commit fd183c1

Please sign in to comment.