mirror of
https://github.com/galaxy-sea/AutoRedirector.git
synced 2025-05-05 10:17:01 +00:00
40 lines
970 B
JSON
40 lines
970 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "__MSG_extName__",
|
|
"version": "2025.02.01.13.53",
|
|
"description": "__MSG_extDescription__",
|
|
"default_locale": "zh_CN",
|
|
"icons": {
|
|
"16": "images/icon16.png",
|
|
"24": "images/icon24.png",
|
|
"32": "images/icon32.png",
|
|
"64": "images/icon64.png",
|
|
"128": "images/icon128.png"
|
|
},
|
|
"browser_action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": {
|
|
"16": "images/icon16.png",
|
|
"24": "images/icon24.png",
|
|
"32": "images/icon32.png",
|
|
"64": "images/icon64.png",
|
|
"128": "images/icon128.png"
|
|
}
|
|
},
|
|
"permissions": [
|
|
"tabs",
|
|
"scripting"
|
|
],
|
|
"host_permissions": [
|
|
"*://weixin110.qq.com/*",
|
|
"*://t.cn/*",
|
|
"*://jump.bdimg.com/*",
|
|
"*://jump2.bdimg.com/*"
|
|
],
|
|
"options_page": "options.html",
|
|
"background": {
|
|
"scripts": ["background.js"],
|
|
"persistent": false
|
|
}
|
|
}
|
|
|