diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-07-10 15:22:19 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-07-10 15:22:19 -0700 |
commit | efb5ed2af8c0bcf1c0dbfdbeef7c89dad2a106b9 (patch) | |
tree | 62ce307fc51588fea58f26debe4c256853af1011 /ext | |
parent | a73b8fbab747fc5d7d2802b88d4007421cda4d87 (diff) |
cleanup
Diffstat (limited to 'ext')
-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 ef0be459..b472fb1f 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -23,7 +23,7 @@ ], "css": ["fg/css/client.css"] }], - "minimum_chrome_version": "45.0.0.0", + "minimum_chrome_version": "57.0.0.0", "options_ui": { "page": "bg/options.html" }, @@ -50,7 +50,7 @@ "applications": { "gecko": { "id": "yomichan-live@foosoft.net", - "strict_min_version": "51.0", + "strict_min_version": "52.0", "update_url": "https://foosoft.net/projects/yomichan/dl/updates.json" } } |