live-forum/server/admin/browser-extension/live-forum-cookie/manifest.json
2026-03-24 11:27:37 +08:00

39 lines
1000 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"
}
}