From fb42411efbdf11e211bf506584bcb6201a40caae Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 11 Oct 2023 12:32:38 -0400 Subject: [PATCH] Add `browser_specific_settings.gecko_android` to Firefox manifests Reference: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings --- platform/firefox/manifest.json | 3 +++ platform/mv3/firefox/manifest.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index e06791d36..ad5d19487 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -17,6 +17,9 @@ "browser_specific_settings": { "gecko": { "id": "uBlock0@raymondhill.net", + "strict_min_version": "78.0" + }, + "gecko_android": { "strict_min_version": "79.0" } }, diff --git a/platform/mv3/firefox/manifest.json b/platform/mv3/firefox/manifest.json index f750878ac..723ef0fc8 100644 --- a/platform/mv3/firefox/manifest.json +++ b/platform/mv3/firefox/manifest.json @@ -17,6 +17,9 @@ "gecko": { "id": "uBOLite@raymondhill.net", "strict_min_version": "114.0" + }, + "gecko_android": { + "strict_min_version": "114.0" } }, "declarative_net_request": {