mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-07 13:42:34 +00:00
chore: rename prefix to /go
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
"version": "0.0.1",
|
||||
"manifest_version": 3,
|
||||
"omnibox": {
|
||||
"keyword": "o/"
|
||||
"keyword": "go/"
|
||||
},
|
||||
"action": {
|
||||
"default_popup": "popup.html"
|
||||
@ -14,5 +14,5 @@
|
||||
"type": "module"
|
||||
},
|
||||
"permissions": ["tabs", "activeTab", "storage"],
|
||||
"host_permissions": ["*://o/*"]
|
||||
"host_permissions": ["*://go/*"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user