From e271f2cbcc06680680b05d5e8b7be3749f13c4f5 Mon Sep 17 00:00:00 2001 From: Ajay Date: Wed, 11 Oct 2023 13:50:45 -0400 Subject: Add gecko android to minimum version --- manifest/firefox-manifest-extra.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest/firefox-manifest-extra.json b/manifest/firefox-manifest-extra.json index d7d24752..2a5c45c3 100644 --- a/manifest/firefox-manifest-extra.json +++ b/manifest/firefox-manifest-extra.json @@ -2,6 +2,9 @@ "browser_specific_settings": { "gecko": { "id": "sponsorBlocker@ajay.app" + }, + "gecko_android": { + "strict_min_version": "79.0" } }, "background": { -- cgit v1.2.3