slash-e/extension/manifest.json
2023-03-16 08:25:58 +08:00

19 lines
357 B
JSON

{
"name": "Shortify",
"description": "",
"version": "0.0.1",
"manifest_version": 3,
"omnibox": {
"keyword": "go/"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": ["tabs", "activeTab", "storage"],
"host_permissions": ["*://go/*"]
}