From 32a4c1e72ed28a22330fcd03ae36a288969525b6 Mon Sep 17 00:00:00 2001 From: Isaac Date: Thu, 12 Sep 2024 16:56:49 +0100 Subject: [PATCH] fix(manifest): another attempt to fix firefox --- manifest/firefox.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest/firefox.json b/manifest/firefox.json index 7874e41a..13f25224 100644 --- a/manifest/firefox.json +++ b/manifest/firefox.json @@ -1,6 +1,5 @@ { "manifest_version": 3, - "id": "muetab@muetab.com", "name": "Mue", "description": "Fast, open and free-to-use new tab page for modern browsers.", "version": "7.1.2", @@ -18,5 +17,10 @@ }, "chrome_settings_overrides": { "homepage": "index.html" + }, + "browser_specific_settings": { + "gecko": { + "id": "muetab@muetab.com" + } } }