mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 00:38:05 +08:00
11 lines
485 B
JSON
11 lines
485 B
JSON
{
|
|
"manifest_version": 2, "name": "volcanos", "version": "0.0.1",
|
|
"background": {"page": "/publish/chrome/daemon.html"},
|
|
"browser_action": {"default_popup": "/publish/chrome/popup.html"},
|
|
"content_scripts": [
|
|
{"matches": ["<all_urls>"], "permissions": [
|
|
"tabs", "history", "cookies", "bookmarks", "contextMenus", "notifications", "http://localhost:9020/*"
|
|
], "css": ["/publish/chrome/contexts.css"], "js": ["/proto.js", "/page/cache.js", "/publish/chrome/contexts.js"]}
|
|
]
|
|
}
|