Skip to content

Commit

Permalink
deleted unnecessary permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
arimulligan committed Oct 2, 2024
1 parent 712f81e commit 05e63ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
"matches": ["<all_urls>"]
}
],
"permissions": ["storage", "scripting", "activeTab", "tabs", "webRequest",
"permissions": ["storage", "scripting", "activeTab", "tabs",
"declarativeNetRequest", "declarativeNetRequestWithHostAccess", "notifications"],
"host_permissions": ["<all_urls>", "*://*/*"],
"background": {
"service_worker": "background.js"
},
Expand Down

0 comments on commit 05e63ae

Please sign in to comment.