Update manifest.json

Removed unnecessary permissions
This commit is contained in:
Kenneth Hendricks 2024-10-23 15:48:30 -04:00 committed by GitHub
parent 9527c4ebc0
commit 9ebf11f249
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,11 +14,7 @@
},
"permissions": [
"activeTab",
"<all_urls>",
"webRequest",
"webRequestBlocking",
"storage",
"notifications"
"<all_urls>"
],
"background": {
"scripts": ["js/background.js"],