aboutsummaryrefslogtreecommitdiffstats
path: root/apps/browser-extension/manifest.json
diff options
context:
space:
mode:
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"]
}