From 90c5310049f97cb136376bcd1ac99d16a4c5b97f Mon Sep 17 00:00:00 2001 From: cTn Date: Thu, 9 Oct 2014 10:23:59 +0200 Subject: [PATCH] bump minimum req chrome version to 38M, primarily to benefit from bugfixes innerBounds with aero now work properly, hot unplug in osx and linux are now handled correctly --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f95633d63d..ab6a53d9f5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "minimum_chrome_version": "36", + "minimum_chrome_version": "38", "version": "0.54.2", "author": "cTn",