From 539d34e82a3294c4a70247325167d72c4bb1a47a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 23 Apr 2025 15:55:54 +0400 Subject: [PATCH] Add extension ID for Firefox --- manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.json b/manifest.json index aa1c8ec..45af339 100644 --- a/manifest.json +++ b/manifest.json @@ -30,5 +30,10 @@ "default_icon": "icons/nostr.svg", "default_title": "Nostr", "default_popup": "popup/nostr-links.html" + }, + "browser_specific_settings": { + "gecko": { + "id": "nostr-links-extension@kosmos.org" + } } }