Skip to content

Commit

Permalink
fix: missing permission
Browse files Browse the repository at this point in the history
  • Loading branch information
maltoze committed Apr 12, 2023
1 parent 1550a64 commit 01f6114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"background": {
"scripts": ["background.js"]
},
"permissions": ["webRequest", "webRequestBlocking", "<all_urls>"]
"permissions": ["webRequest", "webRequestBlocking", "<all_urls>", "storage"]
}

0 comments on commit 01f6114

Please sign in to comment.