Skip to content

Commit

Permalink
Remove unnecessary extension permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
soamsy committed Jan 28, 2021
1 parent b1598ae commit 8af12f8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@
},
"permissions": [
"<all_urls>",
"storage",
"unlimitedStorage",
"nativeMessaging",
"webRequest",
"webRequestBlocking"
"storage"
],
"optional_permissions": [
],
Expand Down

0 comments on commit 8af12f8

Please sign in to comment.