From bffbe9edaa31a457823a95a2778aefc68b813957 Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Fri, 24 Apr 2015 12:21:38 +0100 Subject: Update minimum_chrome_version to reflect the availability of some APIs Specifically, the chrome.tabs.sendMessage(tabId, message, options, callback) API doesn't exist before Chrome 41, instead taking the form chrome.tabs.sendMessage(tabId, message, callback). --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index e8e51407..f0c297c2 100644 --- a/manifest.json +++ b/manifest.json @@ -2,6 +2,7 @@ "manifest_version": 2, "name": "Vimium", "version": "1.49", + "minimum_chrome_version": "41", "description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.", "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", -- cgit v1.2.3