mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-20 05:51:25 +00:00
19 lines
355 B
JSON
19 lines
355 B
JSON
{
|
|
"name": "Shortify",
|
|
"description": "",
|
|
"version": "0.1.0",
|
|
"manifest_version": 3,
|
|
"omnibox": {
|
|
"keyword": "s/"
|
|
},
|
|
"action": {
|
|
"default_popup": "popup.html"
|
|
},
|
|
"background": {
|
|
"service_worker": "background.js",
|
|
"type": "module"
|
|
},
|
|
"permissions": ["tabs", "activeTab", "storage"],
|
|
"host_permissions": ["*://s/*"]
|
|
}
|