Skip to content

Commit

Permalink
Fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Dec 18, 2023
1 parent 6f530cb commit 217cef9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Holo key manager",
"description": "A browser extension to manage holo keys",
"version": "0.0.31",
"version": "0.0.32",
"manifest_version": 3,
"action": {
"default_title": "Holo key manager",
Expand All @@ -12,15 +12,10 @@
"extension_pages": "default-src 'self' 'wasm-unsafe-eval'"
},
"background": {
"scripts": ["background.js"]
"service_worker": "scripts/background.js"
},
"permissions": ["activeTab", "storage", "tabs", "nativeMessaging"],
"externally_connectable": {
"matches": ["*://localhost/*"]
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
}

0 comments on commit 217cef9

Please sign in to comment.