From 354f2be40d3e6476e1766edea95e0d842c04f825 Mon Sep 17 00:00:00 2001 From: Simon Heimler Date: Tue, 21 Jan 2025 18:29:17 +0100 Subject: [PATCH] Fix firefox store id (#160) Co-authored-by: Simon Heimler --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f2fec12..940f811 100644 --- a/manifest.json +++ b/manifest.json @@ -37,7 +37,7 @@ }, "browser_specific_settings": { "gecko": { - "id": "{9aa67c59-afc3-41c2-9879-545397b91786}", + "id": "{bd5cec91-8853-40d9-aa80-8388a4544bd3}", "strict_min_version": "126.0" } }