From 300b92e0d6d3bd649f7740657ac7afc7c7da8635 Mon Sep 17 00:00:00 2001 From: Ajay Date: Thu, 30 Nov 2023 15:22:00 -0500 Subject: [PATCH] Fix minimum supported versions --- manifest/firefox-manifest-extra.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest/firefox-manifest-extra.json b/manifest/firefox-manifest-extra.json index 20823e8..a8a9811 100644 --- a/manifest/firefox-manifest-extra.json +++ b/manifest/firefox-manifest-extra.json @@ -1,10 +1,11 @@ { "browser_specific_settings": { "gecko": { - "id": "deArrow@ajay.app" + "id": "deArrow@ajay.app", + "strict_min_version": "56.0" }, "gecko_android": { - "strict_min_version": "79.0" + "strict_min_version": "113.0" } }, "permissions": [