about summary refs log tree commit diff stats
path: root/manifest.json
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2021-01-11 12:58:02 +1100
committerSimonBrazell <simon@brazell.com.au>2021-01-11 12:58:02 +1100
commit7736cfaf7aea80e14cdf9ff80eb32b78a0b85229 (patch)
tree85ba325e7c628769d74dd822c9cd857860c2cd83 /manifest.json
parentFix for https://github.com/mozilla/addons-linter/issues/3541#issue-782801439 (diff)
downloadlibredirect-7736cfaf7aea80e14cdf9ff80eb32b78a0b85229.zip
gecko: strict_min_version: 67.0 due to dynamic imports
Diffstat (limited to '')
-rw-r--r--manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 04ea6c16..5daf0bc7 100644
--- a/manifest.json
+++ b/manifest.json
@@ -64,7 +64,8 @@
   "web_accessible_resources": ["src/assets/javascripts/helpers/*"],
   "browser_specific_settings": {
     "gecko": {
-      "id": "{b7f9d2cd-d772-4302-8c3f-eb941af36f76}"
+      "id": "{b7f9d2cd-d772-4302-8c3f-eb941af36f76}",
+      "strict_min_version": "67.0"
     }
   }
 }