mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-23 05:14:26 +00:00
chore: add chrome extension codes
This commit is contained in:
16
extension/manifest.json
Normal file
16
extension/manifest.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"permissions": ["tabs", "activeTab", "storage"]
|
||||
}
|
Reference in New Issue
Block a user