From 115f6fd3816393e15a6c4af84fb5d852a6029cd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Poizat?= Date: Thu, 11 Jul 2024 13:50:57 +0200 Subject: [PATCH] fix: Update Firefox min version to publish Mozilla Addons requires Firefox min version >= 58.0. We set the version of the Bitwarden merge upstream which is 91.0 --- apps/browser/src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/browser/src/manifest.json b/apps/browser/src/manifest.json index fca0957b946..059fdefb527 100755 --- a/apps/browser/src/manifest.json +++ b/apps/browser/src/manifest.json @@ -108,7 +108,7 @@ "applications": { "gecko": { "id": "{d99217fe-4f35-4ede-8dc8-728920f75c26}", - "strict_min_version": "57.0" + "strict_min_version": "91.0" } }, "sidebar_action": {