diff options
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"          }      }  |