aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrmr19932017-11-12 16:17:55 +0000
committermrmr19932017-11-12 16:17:55 +0000
commitb4e497669a7464a837f76b1c891fbb167a1e8303 (patch)
treea1e7a7a2546e97446681a982c4270f5c6fc879ca
parent959379d46c18671551d819eb7eb2199da3ac43e2 (diff)
downloadvimium-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.json1
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",