difficult decision to migrate back to manifest V2

This commit is contained in:
buzz-lightsnack-2007 2024-03-19 19:38:44 +08:00
parent b6f2abccc2
commit 2e20e54941

View file

@ -1,18 +1,18 @@
{ {
"manifest_version": 3, "manifest_version": 2,
"name": "__MSG_manifest_name__", "name": "__MSG_manifest_name__",
"description": "__MSG_manifest_description__", "description": "__MSG_manifest_description__",
"version": "0", "version": "0",
"permissions": [ "tabs", "activeTab", "storage"], "permissions": [ "tabs", "activeTab", "storage"],
"action": { "browser_action": {
"default_icon": "gui/icons/logo_no_tiny.png", "default_icon": "gui/icons/logo_no_tiny.png",
"default_popup": "gui/popup.htm" "default_popup": "gui/popup.htm"
}, },
"background": { "background": {
"service_worker": "scripts/ShopAI.js", "scripts": ["scripts/ShopAI.js"],
"type": "module" "type": "module"
}, },
"content_scripts": [ "content_scripts": [