26 lines
587 B
JSON
26 lines
587 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Star Chart Search Enhancer",
|
|
"version": "0.0.0",
|
|
"description": "Bootstraps the Xingtu creator market content script.",
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"https://xingtu.cn/ad/creator/market*",
|
|
"https://*.xingtu.cn/ad/creator/market*"
|
|
],
|
|
"js": ["content/index.js"],
|
|
"run_at": "document_idle"
|
|
}
|
|
],
|
|
"web_accessible_resources": [
|
|
{
|
|
"resources": ["content/market-page-bridge.js"],
|
|
"matches": [
|
|
"https://xingtu.cn/*",
|
|
"https://*.xingtu.cn/*"
|
|
]
|
|
}
|
|
]
|
|
}
|