diff options
| author | Stephen Blott | 2017-11-12 16:31:59 +0000 |
|---|---|---|
| committer | GitHub | 2017-11-12 16:31:59 +0000 |
| commit | 1880062f68e6f4280b7257f3cd437c0aee7c9696 (patch) | |
| tree | 5edf9b2f013b1ef293ff3236819a9c76295370db | |
| parent | abacc25e39d1f4bbdc8cff61bb45079e585b75c0 (diff) | |
| parent | b4e497669a7464a837f76b1c891fbb167a1e8303 (diff) | |
| download | vimium-1880062f68e6f4280b7257f3cd437c0aee7c9696.tar.bz2 | |
Merge pull request #2797 from mrmr1993/min-chrome-version
Add minimum Chrome version of 51
| -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", |
