Skip to content

Commit 845c8d9

Browse files
authored
remove contextMenus and storage permissions (#149)
1 parent 4728131 commit 845c8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shell-chrome/assets/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"default_title": "Alpine.js devtools",
1414
"default_popup": "popups/not-found.html"
1515
},
16-
"permissions": ["http://*/*", "https://*/*", "file:///*", "contextMenus", "storage", "tabs"],
16+
"permissions": ["http://*/*", "https://*/*", "file:///*", "tabs"],
1717
"background": {
1818
"scripts": ["background.js"],
1919
"persistent": false

0 commit comments

Comments
 (0)