From 7736cfaf7aea80e14cdf9ff80eb32b78a0b85229 Mon Sep 17 00:00:00 2001 From: SimonBrazell Date: Mon, 11 Jan 2021 12:58:02 +1100 Subject: [PATCH] gecko: strict_min_version: 67.0 due to dynamic imports --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } } }