Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "涩花塘磁力助手",
|
|
"version": "1.3",
|
|
"description": "一键获取磁力链接 - 暗色科技风UI + 收藏夹 + 搜索历史 + 完成通知",
|
|
"permissions": [
|
|
"activeTab",
|
|
"clipboardWrite",
|
|
"storage",
|
|
"unlimitedStorage",
|
|
"notifications"
|
|
],
|
|
"host_permissions": [
|
|
"http://sehuatang.net/*",
|
|
"http://www.sehuatang.net/*",
|
|
"http://sehuatang.org/*",
|
|
"http://www.sehuatang.org/*",
|
|
"https://sehuatang.net/*",
|
|
"https://www.sehuatang.net/*",
|
|
"https://sehuatang.org/*",
|
|
"https://www.sehuatang.org/*",
|
|
"http://s.52oai.com/*",
|
|
"https://s.52oai.com/*"
|
|
],
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"http://sehuatang.net/*",
|
|
"http://www.sehuatang.net/*",
|
|
"http://sehuatang.org/*",
|
|
"http://www.sehuatang.org/*",
|
|
"https://sehuatang.net/*",
|
|
"https://www.sehuatang.net/*",
|
|
"https://sehuatang.org/*",
|
|
"https://www.sehuatang.org/*"
|
|
],
|
|
"js": ["content.js"],
|
|
"run_at": "document_idle"
|
|
}
|
|
],
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"action": {
|
|
"default_title": "涩花塘磁力助手",
|
|
"default_popup": "popup.html"
|
|
}
|
|
}
|