mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-17 04:43:13 +00:00
19 lines
357 B
JSON
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/*"]
|
|
}
|