Skip to content

Commit

Permalink
fix(permissions): drop storage
Browse files Browse the repository at this point in the history
for using `document.localStorage`, we don't need
storage permissions.

https://developer.chrome.com/docs/webstore/troubleshooting/#misunderstood-perms-storage

refs #333
  • Loading branch information
sanemat committed Apr 2, 2023
1 parent d01de90 commit 8bee3a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"16": "images/icon2-16.png",
"128": "images/icon2-128.png"
},
"permissions": [
"storage"
],
"permissions": [],
"default_locale": "en",
"background": {
"scripts": [
Expand Down

0 comments on commit 8bee3a1

Please sign in to comment.