From 52f9a8f736d02785e9171047e4533d4a0a9f4bde Mon Sep 17 00:00:00 2001 From: siikamiika Date: Sat, 3 Aug 2019 11:52:56 +0300 Subject: [PATCH] update supported browser versions for ES6 modules --- ext/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/manifest.json b/ext/manifest.json index 83900ed3..e7d57d04 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -25,7 +25,7 @@ "css": ["fg/css/client.css"], "all_frames": true }], - "minimum_chrome_version": "57.0.0.0", + "minimum_chrome_version": "61.0.0.0", "options_page": "bg/settings.html", "options_ui": { "page": "bg/settings.html", @@ -55,7 +55,7 @@ "applications": { "gecko": { "id": "alex.testing@foosoft.net", - "strict_min_version": "52.0" + "strict_min_version": "60.0" } } }