From 5c340e85e87390ecc74c0cec5c1f26a343c7840d Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 5 Dec 2017 16:08:01 -0500 Subject: [PATCH] set minimum chromium version to 45 --- platform/chromium/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index b855fe6..3d022ae 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -29,7 +29,7 @@ ], "default_locale": "en", "homepage_url": "https://github.com/gorhill/uMatrix/wiki", - "minimum_chrome_version": "22.0", + "minimum_chrome_version": "45.0", "options_page": "dashboard.html", "permissions": [ "browsingData",