mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
Update manifest.json
Removed unnecessary permissions
This commit is contained in:
parent
9527c4ebc0
commit
9ebf11f249
1 changed files with 1 additions and 5 deletions
|
|
@ -14,11 +14,7 @@
|
|||
},
|
||||
"permissions": [
|
||||
"activeTab",
|
||||
"<all_urls>",
|
||||
"webRequest",
|
||||
"webRequestBlocking",
|
||||
"storage",
|
||||
"notifications"
|
||||
"<all_urls>"
|
||||
],
|
||||
"background": {
|
||||
"scripts": ["js/background.js"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue