mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/StarCitizenBoxBrowserEx.git
synced 2025-06-04 18:43:48 +08:00
58 lines
1.1 KiB
JSON
58 lines
1.1 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "星际公民盒子浏览器拓展",
|
|
"version": "0.1.0",
|
|
"description": "为星际公民网站及工具站提供汉化",
|
|
"author": "xkeyC",
|
|
"icons": {
|
|
"16": "icons/icon.png",
|
|
"48": "icons/icon.png",
|
|
"192": "icons/icon.png"
|
|
},
|
|
"host_permissions": [
|
|
"https://git.scbox.xkeyc.cn/*"
|
|
],
|
|
"permissions": [
|
|
"storage",
|
|
"contextMenus"
|
|
],
|
|
"action": {
|
|
"default_popup": "action/default_popup.html"
|
|
},
|
|
"background": {
|
|
"scripts": [
|
|
"background/scripts.js"
|
|
]
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"*://*/*"
|
|
],
|
|
"exclude_matches": [
|
|
"https://robertsspaceindustries.com/spectrum/*"
|
|
],
|
|
"js": [
|
|
"content_scripts/content-0.js"
|
|
],
|
|
"run_at": "document_end",
|
|
"css": []
|
|
},
|
|
{
|
|
"matches": [
|
|
"https://www.erkul.games/*"
|
|
],
|
|
"js": [
|
|
"content_scripts/content-1.js"
|
|
],
|
|
"run_at": "document_end",
|
|
"css": []
|
|
}
|
|
],
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "{cebbbbe9-d4d2-4409-a244-2d6145fc0de8}",
|
|
"strict_min_version": "58.0"
|
|
}
|
|
}
|
|
} |