diff options
| author | mrmr1993 | 2015-04-24 12:21:38 +0100 |
|---|---|---|
| committer | mrmr1993 | 2015-04-24 14:39:45 +0100 |
| commit | bffbe9edaa31a457823a95a2778aefc68b813957 (patch) | |
| tree | dea701350a90c1cd3355295b044fe76f976adf24 | |
| parent | b3986dcd68a9383b3552ffb99c13c19e94bd08e4 (diff) | |
| download | vimium-bffbe9edaa31a457823a95a2778aefc68b813957.tar.bz2 | |
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).
| -rw-r--r-- | manifest.json | 1 |
1 files changed, 1 insertions, 0 deletions
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", |
