Skip to content

Commit

Permalink
fix: remove unused permission
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Nov 10, 2019
1 parent cba69fe commit 1ddf2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"minimum_chrome_version": "55.0",
"minimum_opera_version": "42.0",

"permissions": ["browsingData", "notifications", "storage", "<all_urls>"],
"permissions": ["browsingData", "notifications", "storage"],

"content_security_policy": "default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; connect-src *; media-src 'none'; object-src 'none'; child-src 'none'; form-action 'none'; sandbox allow-same-origin allow-scripts;",

Expand Down

0 comments on commit 1ddf2bd

Please sign in to comment.