policy: remove unnecessary permissions

This commit is contained in:
fuwaa 2022-08-06 03:34:50 +08:00
parent fe66a0cb2e
commit 035a898416
No known key found for this signature in database
GPG key ID: 2E4F5DC11DE1D654

View file

@ -48,7 +48,7 @@
}
],
"permissions": ["storage", "scripting", "tabs"],
"permissions": ["storage", "scripting"],
"background": {
"service_worker": "background.js"
},