From 0bb3528cded5a0eb1eb3de07390d8ee61f42666a Mon Sep 17 00:00:00 2001 From: Ajay Date: Mon, 23 Oct 2023 16:00:10 -0400 Subject: Add minimum version of Firefox to manifest --- manifest/firefox-manifest-extra.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest/firefox-manifest-extra.json b/manifest/firefox-manifest-extra.json index 2a5c45c3..b6ffb524 100644 --- a/manifest/firefox-manifest-extra.json +++ b/manifest/firefox-manifest-extra.json @@ -1,7 +1,8 @@ { "browser_specific_settings": { "gecko": { - "id": "sponsorBlocker@ajay.app" + "id": "sponsorBlocker@ajay.app", + "strict_min_version": "48.0" }, "gecko_android": { "strict_min_version": "79.0" -- cgit v1.2.3