summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2019-08-03 11:52:56 +0300
committersiikamiika <siikamiika@users.noreply.github.com>2019-08-03 11:52:56 +0300
commit52f9a8f736d02785e9171047e4533d4a0a9f4bde (patch)
tree33116c95138902513dcdf80001d864455ed19471 /ext
parent04f4607922e84d93ca8a05708802fb6bbd61f359 (diff)
update supported browser versions for ES6 modules
Diffstat (limited to 'ext')
-rw-r--r--ext/manifest.json4
1 files 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"
}
}
}