From a343fa589e7ba05740cc11b3b2a8f86817f3a460 Mon Sep 17 00:00:00 2001 From: siikamiika Date: Sat, 3 Aug 2019 14:56:45 +0300 Subject: [PATCH] Revert "update supported browser versions for ES6 modules" This reverts commit 52f9a8f736d02785e9171047e4533d4a0a9f4bde. --- ext/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/manifest.json b/ext/manifest.json index e7d57d04..83900ed3 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -25,7 +25,7 @@ "css": ["fg/css/client.css"], "all_frames": true }], - "minimum_chrome_version": "61.0.0.0", + "minimum_chrome_version": "57.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": "60.0" + "strict_min_version": "52.0" } } }