From dfe7096d9e67483ef7aa4c93ff9730ac1755cfc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Gran=C3=A1t?= Date: Mon, 16 Dec 2024 13:22:38 +0100 Subject: [PATCH] fix: firefox manifest update --- manifest.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 73d3f39..e3d6794 100644 --- a/manifest.json +++ b/manifest.json @@ -32,5 +32,11 @@ "resources": ["icons/*"], "matches": ["*://*/*"] } - ] + ], + "browser_specific_settings": { + "gecko": { + "id": "tolgee.localizations@gmail.com", + "strict_min_version": "109.0" + } + } }