From ecabc6d12c958ea8ba19e17e2ba0119dfe1e4857 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 10 Jan 2021 12:14:07 -0500 Subject: [PATCH] Raise minimal version numbers --- platform/chromium/manifest.json | 2 +- platform/firefox/manifest.json | 2 +- platform/opera/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 68185688e..9a515985a 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -70,7 +70,7 @@ }, "incognito": "split", "manifest_version": 2, - "minimum_chrome_version": "51.0", + "minimum_chrome_version": "55.0", "name": "uBlock Origin", "options_ui": { "page": "dashboard.html", diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index f6ea24a7c..41c488c84 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -15,7 +15,7 @@ "browser_specific_settings": { "gecko": { "id": "uBlock0@raymondhill.net", - "strict_min_version": "55.0" + "strict_min_version": "57.0" } }, "commands": { diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index 334fca2f9..69af37e96 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -69,7 +69,7 @@ }, "incognito": "split", "manifest_version": 2, - "minimum_opera_version": "40.0", + "minimum_opera_version": "42.0", "name": "uBlock Origin", "options_page": "dashboard.html", "permissions": [