39 lines
1000 B
JSON
39 lines
1000 B
JSON
{
|
||
"manifest_version": 3,
|
||
"name": "帅库之家Cookie管理",
|
||
"version": "1.0.0",
|
||
"description": "帅库之家爬虫Cookie管理插件,用于自动同步Cookie到后台服务器",
|
||
"permissions": [
|
||
"cookies",
|
||
"storage",
|
||
"alarms",
|
||
"activeTab"
|
||
],
|
||
"host_permissions": [
|
||
"https://buyin.jinritemai.com/*",
|
||
"https://union.bytedance.com/*",
|
||
"https://*.jinritemai.com/*",
|
||
"https://*.bytedance.com/*"
|
||
],
|
||
"background": {
|
||
"service_worker": "background.js"
|
||
},
|
||
"action": {
|
||
"default_popup": "popup/popup.html",
|
||
"default_icon": {
|
||
"16": "icons/icon-gray-16.png",
|
||
"32": "icons/icon-gray-32.png",
|
||
"48": "icons/icon-gray-48.png",
|
||
"128": "icons/icon-gray-128.png"
|
||
},
|
||
"default_title": "帅库之家Cookie管理"
|
||
},
|
||
"options_page": "options/options.html",
|
||
"icons": {
|
||
"16": "icons/icon-gray-16.png",
|
||
"32": "icons/icon-gray-32.png",
|
||
"48": "icons/icon-gray-48.png",
|
||
"128": "icons/icon-gray-128.png"
|
||
}
|
||
}
|