chore: update extension

This commit is contained in:
steven
2022-09-30 14:39:19 +08:00
parent 02619882d1
commit 8d6848e754
5 changed files with 31 additions and 41 deletions

View File

@@ -4,13 +4,15 @@
"version": "0.0.1",
"manifest_version": 3,
"omnibox": {
"keyword": "go/"
"keyword": "o/"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
"service_worker": "background.js",
"type": "module"
},
"permissions": ["tabs", "activeTab", "storage"]
"permissions": ["tabs", "activeTab", "storage"],
"host_permissions": ["*://o/*"]
}