diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2019-08-03 14:56:45 +0300 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2019-08-03 14:56:45 +0300 |
commit | a343fa589e7ba05740cc11b3b2a8f86817f3a460 (patch) | |
tree | 2c0a873264b07b9d229ddcf7cec5a86b44ba0779 /ext/manifest.json | |
parent | 52f9a8f736d02785e9171047e4533d4a0a9f4bde (diff) |
Revert "update supported browser versions for ES6 modules"
This reverts commit 52f9a8f736d02785e9171047e4533d4a0a9f4bde.
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 4 |
1 files 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" } } } |