From cfb04f1ccb98038f445d7e866bf76ea4f4fb3063 Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Sat, 30 Nov 2024 17:11:33 -0800 Subject: [PATCH] =?UTF-8?q?Added=20`gecko=5Fandroid.strict=5Fmin=5Fversion?= =?UTF-8?q?`=20(https://discourse.mozilla.org/t/what-version-of-android-fi?= =?UTF-8?q?refox-added-support-for-mv3/137342/4)=20=E2=86=9E=20[auto-sync?= =?UTF-8?q?=20from=20https://github.com/adamlui/ai-web-extensions]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- firefox/extension/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox/extension/manifest.json b/firefox/extension/manifest.json index 35ab51eb..093b948c 100644 --- a/firefox/extension/manifest.json +++ b/firefox/extension/manifest.json @@ -30,6 +30,6 @@ "id": "chatgpt.auto.continue@chatgptevo.com", "strict_min_version": "109.0" }, - "gecko_android": {} + "gecko_android": { "strict_min_version": "120.0" } } }