From b4e497669a7464a837f76b1c891fbb167a1e8303 Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Sun, 12 Nov 2017 16:17:55 +0000 Subject: 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. --- manifest.json | 1 + 1 file changed, 1 insertion(+) 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", -- cgit v1.2.3