From b107040d8900a6c9977c4c4bedb69a4e16d3ad0d Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 13 Jul 2023 16:04:25 -0400 Subject: [PATCH] [mv3] Fix strict_min_version for Firefox --- platform/mv3/firefox/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/mv3/firefox/manifest.json b/platform/mv3/firefox/manifest.json index d100f04b3..3c1fb6f11 100644 --- a/platform/mv3/firefox/manifest.json +++ b/platform/mv3/firefox/manifest.json @@ -15,7 +15,7 @@ "browser_specific_settings": { "gecko": { "id": "uBOLite@raymondhill.net", - "strict_min_version": "113" + "strict_min_version": "114.0" } }, "declarative_net_request": {