about summary refs log tree commit diff stats
path: root/src/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/manifest.json b/src/manifest.json
index 00c98148..cdf32406 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -3,6 +3,12 @@
   "description": "A web extension that redirects popular sites to alternative privacy-friendly frontends and backends",
   "version": "1.5.5",
   "manifest_version": 2,
+  "browser_specific_settings": {
+    "gecko": {
+      "id": "7esoorv3@alefvanoon.anonaddy.me",
+      "strict_min_version": "67.0"
+    }
+  },
   "background": {
     "page": "pages/background/background.html",
     "persistent": true