diff options
| author | mrmr1993 | 2017-11-12 16:17:55 +0000 | 
|---|---|---|
| committer | mrmr1993 | 2017-11-12 16:17:55 +0000 | 
| commit | b4e497669a7464a837f76b1c891fbb167a1e8303 (patch) | |
| tree | a1e7a7a2546e97446681a982c4270f5c6fc879ca | |
| parent | 959379d46c18671551d819eb7eb2199da3ac43e2 (diff) | |
| download | vimium-b4e497669a7464a837f76b1c891fbb167a1e8303.tar.bz2 | |
Add minimum Chrome version of 51
Since key handling has been migrated to use KeyboardEvent.key, we need
the user's Chrome version to support it. This support began at version
51 in May 2016. At time of writing, users have had over 16 months to
upgrade.
| -rw-r--r-- | manifest.json | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/manifest.json b/manifest.json index 71d7caba..353582d1 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,7 @@    "icons": {  "16": "icons/icon16.png",                "48": "icons/icon48.png",               "128": "icons/icon128.png" }, +  "minimum_chrome_version": "51.0",    "background": {      "scripts": [        "lib/utils.js", | 
