From 80e2c37751dabaea1ba08075e68e412c5e703f94 Mon Sep 17 00:00:00 2001 From: Isaac Date: Thu, 12 Sep 2024 17:02:46 +0100 Subject: [PATCH] fix(manifest): firefox addon id (#851) --- manifest/firefox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/firefox.json b/manifest/firefox.json index 13f25224..61fd6035 100644 --- a/manifest/firefox.json +++ b/manifest/firefox.json @@ -20,7 +20,7 @@ }, "browser_specific_settings": { "gecko": { - "id": "muetab@muetab.com" + "id": "{ac143a20-4b61-4c81-abdd-4bff77032972}" } } }