You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
378 B
JSON

{
"name": "Corgi",
"description": "Corgi is an URL manager.",
"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/*"]
}