mirror of
https://github.com/doocs/cose.git
synced 2026-09-21 04:27:22 +08:00
80 lines
1.8 KiB
JSON
80 lines
1.8 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "COSE - 多平台文章同步",
|
|
"version": "1.0.11",
|
|
"description": "Create Once, Sync Everywhere. 一键将文章同步到多个平台",
|
|
"permissions": [
|
|
"tabGroups",
|
|
"activeTab",
|
|
"scripting",
|
|
"cookies",
|
|
"debugger",
|
|
"clipboardRead"
|
|
],
|
|
"host_permissions": [
|
|
"https://*.csdn.net/*",
|
|
"https://*.juejin.cn/*",
|
|
"https://*.jianshu.com/*",
|
|
"https://*.segmentfault.com/*",
|
|
"https://*.toutiao.com/*",
|
|
"https://*.douban.com/*",
|
|
"https://*.bilibili.com/*",
|
|
"https://*.51cto.com/*",
|
|
"https://*.weibo.com/*",
|
|
"https://mp.weixin.qq.com/*",
|
|
"https://*.zhihu.com/*",
|
|
"https://*.sspai.com/*",
|
|
"https://*.xueqiu.com/*",
|
|
"https://*.eastmoney.com/*",
|
|
"https://*.wordpress.com/*",
|
|
"https://*.wordpress.org/*",
|
|
"https://md.doocs.org/*",
|
|
"https://*.cnblogs.com/*",
|
|
"https://*.oschina.net/*",
|
|
"https://*.51cto.com/*",
|
|
"https://*.infoq.cn/*",
|
|
"https://account.infoq.cn/*",
|
|
"https://*.baijiahao.baidu.com/*",
|
|
"https://baijiahao.baidu.com/*"
|
|
],
|
|
"action": {
|
|
"default_icon": {
|
|
"16": "icons/cose_16.png",
|
|
"48": "icons/cose_48.png",
|
|
"128": "icons/cose_128.png"
|
|
},
|
|
"default_title": "COSE"
|
|
},
|
|
"background": {
|
|
"service_worker": "src/background.js",
|
|
"type": "module"
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"http://*/*",
|
|
"https://*/*"
|
|
],
|
|
"js": [
|
|
"src/content.js"
|
|
],
|
|
"run_at": "document_start"
|
|
}
|
|
],
|
|
"icons": {
|
|
"16": "icons/cose_16.png",
|
|
"48": "icons/cose_48.png",
|
|
"128": "icons/cose_128.png"
|
|
},
|
|
"web_accessible_resources": [
|
|
{
|
|
"resources": [
|
|
"src/inject.js",
|
|
"src/platforms/*.js"
|
|
],
|
|
"matches": [
|
|
"<all_urls>"
|
|
]
|
|
}
|
|
]
|
|
} |