AutoRedirector/manifest-chrome.json

40 lines
868 B
JSON
Raw Permalink Normal View History

2025-02-01 13:37:54 +08:00
{
"manifest_version": 3,
2025-02-05 01:06:50 +08:00
"name": "__MSG_extName__",
2025-02-01 17:28:11 +08:00
"version": "2025.02.01.13.53",
2025-02-01 13:37:54 +08:00
"description": "__MSG_extDescription__",
"default_locale": "zh_CN",
"action": {
"default_popup": "popup.html",
"default_icon": {
2025-02-05 00:32:03 +08:00
"16": "images/icon16.png",
"24": "images/icon24.png",
"32": "images/icon32.png",
"64": "images/icon64.png",
"128": "images/icon128.png"
2025-02-01 13:37:54 +08:00
}
},
"icons": {
2025-02-05 00:32:03 +08:00
"16": "images/icon16.png",
"24": "images/icon24.png",
"32": "images/icon32.png",
"64": "images/icon64.png",
"128": "images/icon128.png"
2025-02-01 13:37:54 +08:00
},
"permissions": [
"tabs",
2025-02-01 17:28:11 +08:00
"scripting"
2025-02-01 13:37:54 +08:00
],
"host_permissions": [
"*://weixin110.qq.com/*",
"*://t.cn/*",
2025-03-15 12:36:05 +08:00
"*://jump.bdimg.com/*",
"*://jump2.bdimg.com/*"
2025-02-01 13:37:54 +08:00
],
"options_page": "options.html",
"background": {
"service_worker": "background.js"
}
}