Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Remove unnecessary permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mizoguche committed Dec 25, 2016
1 parent d0ab482 commit 03d1004
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@
"default_popup": "src/browser_action/browser_action.html"
},
"permissions": [
"storage",
"clipboardWrite",
"contextMenus",
"https://*/*",
"http://*/*"
"contextMenus"
],
"content_scripts": [
{
Expand Down

0 comments on commit 03d1004

Please sign in to comment.