mirror of
https://github.com/galaxy-sea/AutoRedirector.git
synced 2025-05-06 02:31:36 +00:00
41 lines
855 B
JSON
41 lines
855 B
JSON
![]() |
{
|
||
|
"manifest_version": 3,
|
||
|
"name": " __MSG_extName__",
|
||
|
"version": "1.0",
|
||
|
"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": [
|
||
|
"activeTab",
|
||
|
"tabs",
|
||
|
"scripting",
|
||
|
"notifications"
|
||
|
],
|
||
|
"host_permissions": [
|
||
|
"*://weixin110.qq.com/*",
|
||
|
"*://t.cn/*",
|
||
|
"*://jump.bdimg.com/*"
|
||
|
],
|
||
|
"options_page": "options.html",
|
||
|
"background": {
|
||
|
"service_worker": "background.js"
|
||
|
}
|
||
|
|
||
|
}
|