From eab6e876a17297c3272a587626be2ef0250c0c1f Mon Sep 17 00:00:00 2001 From: KarimAziev Date: Sat, 17 Aug 2024 14:52:49 +0300 Subject: [PATCH] build: add Firefox-specific application ID in manifest.json --- firefox/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firefox/manifest.json b/firefox/manifest.json index 3680ad4..9cad9a4 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -5,6 +5,11 @@ "manifest_version": 3, "minimum_chrome_version": "116", "description": "__MSG_appDescription__", + "applications": { + "gecko": { + "id": "chrome-emacs@karimaziiev" + } + }, "icons": { "16": "images/icon-16.png", "128": "images/icon-128.png",