remove manifest field

This commit is contained in:
PhilReact 2024-04-16 22:11:29 +03:00
parent ba1c2de677
commit 4fd448fe98

View File

@ -14,11 +14,8 @@
}, },
"action": { "action": {
}, },
"permissions": ["scripting", "storage", "system.display", "activeTab", "tabs", "notifications" "permissions": ["scripting", "storage", "system.display", "activeTab", "tabs"
], ],
"externally_connectable": {
"matches": ["<all_urls>", "*://localhost/*", "*://127.0.0.1/*"]
},
"content_scripts": [ "content_scripts": [
{ {
"matches": ["<all_urls>"], "matches": ["<all_urls>"],