Reduced permissions in the manifest

This commit is contained in:
2026-08-26 17:59:24 +02:00
parent 27f26e615a
commit 7e9bf81bd1
6 changed files with 70 additions and 11 deletions
+4 -4
View File
@@ -6,11 +6,11 @@
"default_locale": "en-US",
"permissions": [
"activeTab",
"storage",
"tabs"
"storage"
],
"host_permissions": [
"<all_urls>"
"optional_permissions": [
"http://*/*",
"https://*/*"
],
"action": {
"default_title": "__MSG_extensionName__",