From ebd95c8aaed2445d05ce78c9980396205e080c44 Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 7 Apr 2026 21:40:00 +0200 Subject: [PATCH] [FIX] app id --- dist/firefox/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/firefox/manifest.json b/dist/firefox/manifest.json index 4d98dd1..52cf5cd 100644 --- a/dist/firefox/manifest.json +++ b/dist/firefox/manifest.json @@ -28,7 +28,7 @@ }, "browser_specific_settings": { "gecko": { - "id": "kkahumba@therp.nl", + "id": "info@therp.nl", "data_collection_permissions": { "required": [ "none" @@ -48,4 +48,4 @@ "host_permissions": [ "" ] -} \ No newline at end of file +}