1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 08:48:06 +08:00
volcanos/manifest.json
2020-02-13 11:36:53 +08:00

18 lines
417 B
JSON

{
"manifest_version": 2,
"name": "volcanos",
"version": "0.0.1",
"background": {"page": "plugin/chrome/chrome.html"},
"browser_action": {"default_popup": "plugin/chrome/popup.html"},
"content_scripts": [],
"permissions": [
"tabs",
"history",
"cookies",
"bookmarks",
"notifications",
"*://localhost/*",
"*://localhost:9020/*"
]
}