Skip to content

Commit 8bee3a1

Browse files
committed
fix(permissions): drop storage
for using `document.localStorage`, we don't need storage permissions. https://developer.chrome.com/docs/webstore/troubleshooting/#misunderstood-perms-storage refs #333
1 parent d01de90 commit 8bee3a1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/manifest.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"16": "images/icon2-16.png",
88
"128": "images/icon2-128.png"
99
},
10-
"permissions": [
11-
"storage"
12-
],
10+
"permissions": [],
1311
"default_locale": "en",
1412
"background": {
1513
"scripts": [

0 commit comments

Comments
 (0)