aboutsummaryrefslogtreecommitdiffstats
path: root/apps/browser-extension/manifest.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-26 17:07:36 +0000
committerMohamedBassem <me@mbassem.com>2024-03-26 17:07:36 +0000
commit75dbb95807069f4ed86392da8fb744d8c6ac016c (patch)
tree1886cedf178ee3cbb903447cc67d7d5aa8b49c76 /apps/browser-extension/manifest.json
parente6f6873a23dccdc17849f450da3d93838710880c (diff)
downloadkarakeep-75dbb95807069f4ed86392da8fb744d8c6ac016c.tar.zst
feature: Prepare the extension for submission to mozilla addon store
Diffstat (limited to 'apps/browser-extension/manifest.json')
-rw-r--r--apps/browser-extension/manifest.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/browser-extension/manifest.json b/apps/browser-extension/manifest.json
index d3a27e7b..a6a051b9 100644
--- a/apps/browser-extension/manifest.json
+++ b/apps/browser-extension/manifest.json
@@ -15,5 +15,10 @@
"page": "index.html#options",
"open_in_tab": false
},
+ "browser_specific_settings": {
+ "gecko": {
+ "id": "addon@hoarder.app"
+ }
+ },
"permissions": ["storage", "tabs"]
}