From 75e8e1f329704b6923db6119d6ed0eac165ceca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Mon, 15 Jul 2024 17:57:18 +0300 Subject: [PATCH] Add an extension ID --- manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.json b/manifest.json index 75b2f5b..a93a6c3 100644 --- a/manifest.json +++ b/manifest.json @@ -25,5 +25,10 @@ "64": "icon-64.png" }, "default_popup": "dialog.html" + }, + "browser_specific_settings": { + "gecko": { + "id": "{29f1556c-bde4-469f-b8de-79aac940da26}" + } } }