Skip to content

Commit

Permalink
remove contextMenus and storage permissions (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoDF authored Jan 12, 2021
1 parent 4728131 commit 845c8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shell-chrome/assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"default_title": "Alpine.js devtools",
"default_popup": "popups/not-found.html"
},
"permissions": ["http://*/*", "https://*/*", "file:///*", "contextMenus", "storage", "tabs"],
"permissions": ["http://*/*", "https://*/*", "file:///*", "tabs"],
"background": {
"scripts": ["background.js"],
"persistent": false
Expand Down

0 comments on commit 845c8d9

Please sign in to comment.