50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Star Chart Search Enhancer",
|
|
"version": "0.2.0421.2",
|
|
"description": "Bootstraps the Xingtu creator market content script.",
|
|
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0CaZJxcX97TbRXCR08L10t9EZFV31+wPnUgDf21j2f0qYaWdblzWXfVkeU9jGb2Hr2Etpp7F/XuBa6pcipUXkzMMBkJ42KOkciAwbuzTBoAtGB8o9aoWigtax+gGfSz+T3BjqxKBJtXqeqbIAKCDIlxRKIrY+KcY1Z+mD5BKcBHKsUDQPlHsrjc1g0wIBD5doz9LoOk1Wso6gK5cSeOp9lw5YHcu4TImR4yqxGiL6pZwnpciuX/g7qjWBZXn5gf0YBlDsBDDTt5upbP3NguUKgO2qA9M77LyeUwXl3aqbIxYi/VwsQ2t5w9PGWtnOUQQDWUcEg/9dfTb89esZXKATwIDAQAB",
|
|
"permissions": ["downloads", "identity", "storage"],
|
|
"icons": {
|
|
"16": "assets/icons/icon-16.png",
|
|
"32": "assets/icons/icon-32.png",
|
|
"48": "assets/icons/icon-48.png",
|
|
"128": "assets/icons/icon-128.png"
|
|
},
|
|
"host_permissions": [
|
|
"http://*/*",
|
|
"https://login-api.intelligrow.cn/*",
|
|
"http://127.0.0.1:4319/*",
|
|
"https://*/*"
|
|
],
|
|
"action": {
|
|
"default_icon": {
|
|
"16": "assets/icons/icon-16.png",
|
|
"32": "assets/icons/icon-32.png"
|
|
},
|
|
"default_popup": "popup/index.html"
|
|
},
|
|
"background": {
|
|
"service_worker": "background/index.js"
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"https://xingtu.cn/ad/creator/market*",
|
|
"https://*.xingtu.cn/ad/creator/market*"
|
|
],
|
|
"js": ["content/index.js"],
|
|
"run_at": "document_start"
|
|
}
|
|
],
|
|
"web_accessible_resources": [
|
|
{
|
|
"resources": ["content/market-page-bridge.js"],
|
|
"matches": [
|
|
"https://xingtu.cn/*",
|
|
"https://*.xingtu.cn/*"
|
|
]
|
|
}
|
|
]
|
|
}
|