diff options
author | SimonBrazell <simon@brazell.com.au> | 2021-01-11 12:58:02 +1100 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2021-01-11 12:58:02 +1100 |
commit | 7736cfaf7aea80e14cdf9ff80eb32b78a0b85229 (patch) | |
tree | 85ba325e7c628769d74dd822c9cd857860c2cd83 /manifest.json | |
parent | Fix for https://github.com/mozilla/addons-linter/issues/3541#issue-782801439 (diff) | |
download | libredirect-7736cfaf7aea80e14cdf9ff80eb32b78a0b85229.zip |
gecko: strict_min_version: 67.0 due to dynamic imports
Diffstat (limited to '')
-rw-r--r-- | manifest.json | 3 |
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" } } } |