From 207f2255cef55bc43a4c8547460cd4657c04664d Mon Sep 17 00:00:00 2001 From: HanYaodong Date: Sat, 13 Apr 2024 12:16:40 +0800 Subject: [PATCH] Fix firefox manifest --- manifest/firefox-manifest-extra.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest/firefox-manifest-extra.json b/manifest/firefox-manifest-extra.json index 11915465..ed43d2fd 100644 --- a/manifest/firefox-manifest-extra.json +++ b/manifest/firefox-manifest-extra.json @@ -121,8 +121,10 @@ ], "browser_specific_settings": { "gecko": { - "id": "sponsorBlocker@ajay.app", "strict_min_version": "56.0" + }, + "gecko_android": { + "strict_min_version": "113.0" } } } \ No newline at end of file