2023-10-10 14:25:32 +08:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "星际公民盒子浏览器拓展",
|
2023-10-14 23:47:15 +08:00
|
|
|
"version": "0.0.4",
|
2023-10-10 14:25:32 +08:00
|
|
|
"description": "为星际公民网站及工具站提供汉化",
|
|
|
|
"author": "xkeyC",
|
|
|
|
"icons": {
|
2023-10-10 14:52:29 +08:00
|
|
|
"192": "icon.png"
|
2023-10-10 14:25:32 +08:00
|
|
|
},
|
|
|
|
"permissions": [
|
|
|
|
"storage",
|
|
|
|
"https://ch.citizenwiki.cn/*"
|
|
|
|
],
|
|
|
|
"browser_action": {
|
|
|
|
"default_icon": "icon.png",
|
|
|
|
"default_popup": "popup.html"
|
|
|
|
},
|
|
|
|
"background": {
|
|
|
|
"scripts": [
|
|
|
|
"background.js"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": [
|
|
|
|
"https://robertsspaceindustries.com/*",
|
|
|
|
"https://*.robertsspaceindustries.com/*",
|
|
|
|
"https://www.erkul.games/*",
|
|
|
|
"https://uexcorp.space/*",
|
|
|
|
"https://ccugame.app/*"
|
|
|
|
],
|
|
|
|
"js": [
|
|
|
|
"core.js",
|
|
|
|
"thirdparty/timeago.full.min.js"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matches": [
|
|
|
|
"https://www.erkul.games/*",
|
|
|
|
"https://ccugame.app/*"
|
|
|
|
],
|
|
|
|
"js": [
|
|
|
|
"thirdparty/jquery.min.js"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|