This commit is contained in:
changjin wei(魏昌进) 2025-02-02 12:58:37 +08:00
parent 96b5529e37
commit 98f99186ae

38
manifest-edge.json Normal file
View File

@ -0,0 +1,38 @@
{
"manifest_version": 3,
"name": " __MSG_extName__",
"version": "2025.02.01.13.53",
"description": "__MSG_extDescription__",
"default_locale": "zh_CN",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"24": "icons/icon24.png",
"32": "icons/icon32.png",
"64": "icons/icon64.png",
"128": "icons/icon128.png"
}
},
"icons": {
"16": "icons/icon16.png",
"24": "icons/icon24.png",
"32": "icons/icon32.png",
"64": "icons/icon64.png",
"128": "icons/icon128.png"
},
"permissions": [
"tabs",
"scripting"
],
"host_permissions": [
"*://weixin110.qq.com/*",
"*://t.cn/*",
"*://jump.bdimg.com/*"
],
"options_page": "options.html",
"background": {
"service_worker": "background.js"
}
}