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