AutoRedirector/manifest-firefox.json
changjin wei(魏昌进) 153395c475 for Firefox
2025-02-01 23:57:42 +08:00

37 lines
897 B
JSON

{
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "2025.02.01.13.53",
"description": "__MSG_extDescription__",
"default_locale": "zh_CN",
"icons": {
"16": "icons/icon16.png",
"24": "icons/icon24.png",
"32": "icons/icon32.png",
"64": "icons/icon64.png",
"128": "icons/icon128.png"
},
"browser_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"
}
},
"permissions": [
"tabs",
"activeTab",
"*://weixin110.qq.com/*",
"*://t.cn/*",
"*://jump.bdimg.com/*"
],
"options_page": "options.html",
"background": {
"scripts": ["background.js"],
"persistent": false
}
}