AutoRedirector/manifest-firefox.json

40 lines
970 B
JSON
Raw Normal View History

2025-02-01 23:57:42 +08:00
{
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "2025.02.01.13.53",
"description": "__MSG_extDescription__",
"default_locale": "zh_CN",
"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 23:57:42 +08:00
},
"browser_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 23:57:42 +08:00
}
},
"permissions": [
"tabs",
2025-03-15 12:36:05 +08:00
"scripting"
],
"host_permissions": [
2025-02-01 23:57:42 +08:00
"*://weixin110.qq.com/*",
"*://t.cn/*",
2025-03-15 12:36:05 +08:00
"*://jump.bdimg.com/*",
"*://jump2.bdimg.com/*"
2025-02-01 23:57:42 +08:00
],
"options_page": "options.html",
"background": {
"scripts": ["background.js"],
"persistent": false
}
}