From abfe0b3f38f366cdc83f159b18dfa2c326005a31 Mon Sep 17 00:00:00 2001 From: Ajay Date: Sun, 8 Sep 2024 01:29:55 -0400 Subject: Fix minimum firefox version in manifest Failing web-ext linter --- manifest/firefox-manifest-extra.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/firefox-manifest-extra.json b/manifest/firefox-manifest-extra.json index d7788721..e89e5953 100644 --- a/manifest/firefox-manifest-extra.json +++ b/manifest/firefox-manifest-extra.json @@ -2,7 +2,7 @@ "browser_specific_settings": { "gecko": { "id": "sponsorBlocker@ajay.app", - "strict_min_version": "56.0" + "strict_min_version": "102.0" }, "gecko_android": { "strict_min_version": "113.0" -- cgit v1.2.3