summaryrefslogtreecommitdiffstats
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
parentf56fc681886450e68fe3597fbcba870436c05ba4 (diff)
downloadprivacy-redirect-7736cfaf7aea80e14cdf9ff80eb32b78a0b85229.tar.gz
privacy-redirect-7736cfaf7aea80e14cdf9ff80eb32b78a0b85229.tar.bz2
privacy-redirect-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 04ea6c1..5daf0bc 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"
}
}
}