1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
volcanos/manifest.json
2021-11-08 08:29:49 +08:00

19 lines
581 B
JSON

{
"manifest_version": 2,
"name": "volcanos", "version": "0.0.1",
"background": {"page": "/publish/chrome/chrome.html"},
"browser_action": {"default_popup": "/publish/chrome/popup.html"},
"content_scripts": [{"matches": ["<all_urls>"], "css": ["/publish/chrome/contexts.css"],
"js": ["/proto.js", "/publish/chrome/contexts.js", "/page/cache.js", "/frame.js"]}
],
"permissions": [
"tabs",
"history",
"cookies",
"bookmarks",
"contextMenus",
"notifications",
"http://localhost:9020/*"
]
}