From 033c48af7254699b844a8b8830d798cdeca810da Mon Sep 17 00:00:00 2001 From: vveerrgg Date: Tue, 24 Feb 2026 15:27:48 -0800 Subject: [PATCH 1/2] Add NostrKey to apps directory NostrKey is a secure key vault and NIP-07 signer available on Chrome, Safari, iOS, and Android. Supports NIP-44/46/49. Co-Authored-By: Claude Opus 4.6 --- apps.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/apps.toml b/apps.toml index a29c9c4..56e04c8 100644 --- a/apps.toml +++ b/apps.toml @@ -837,6 +837,25 @@ source = "https://github.com/gzuuus/linktr-nostr" thumb = "https://cdn.satellite.earth/93c90f7833cb0649fe6a04dd8c6eb9a22798497e299ee3f7c03349306aa2827c.svg" url = "https://nostree.me/" +[nostrkey] +name = "NostrKey" +categories = [ "signers" ] +description = "Secure key vault and NIP-07 signer for Nostr" +gallery = [] +features = [ + "NIP-07 signing for web apps", + "Encrypted key vault with multiple profiles", + "NIP-46 remote signing (nsecBunker)", + "NIP-44 encrypted direct messages", + "NIP-49 key backup (ncryptsec)", + "Available on Chrome, Safari, iOS and Android" +] +npub = "npub12xyl6w6aacmqa3gmmzwrr9m3u0ldx3dwqhczuascswvew9am9q4sfg99cx" +platforms = [ "web", "ios", "android" ] +source = "https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src" +thumb = "https://raw.githubusercontent.com/HumanjavaEnterprises/nostrkey.browser.plugin.src/master/src/images/icon-128.png" +url = "https://chromewebstore.google.com/detail/nostrkey/cggakcmbihnpmcddkkfmoglgaocnmaop" + [nostrmo] name = "Nostrmo" categories = [ "microblogging" ] From 1704b89c7cd86ab1fd79230545ee2c3f7c5b6cc8 Mon Sep 17 00:00:00 2001 From: vveerrgg Date: Tue, 24 Feb 2026 15:32:29 -0800 Subject: [PATCH 2/2] Update NostrKey thumb to use logo.png from repo root Co-Authored-By: Claude Opus 4.6 --- apps.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.toml b/apps.toml index 56e04c8..4c2fa7d 100644 --- a/apps.toml +++ b/apps.toml @@ -853,7 +853,7 @@ features = [ npub = "npub12xyl6w6aacmqa3gmmzwrr9m3u0ldx3dwqhczuascswvew9am9q4sfg99cx" platforms = [ "web", "ios", "android" ] source = "https://github.com/HumanjavaEnterprises/nostrkey.browser.plugin.src" -thumb = "https://raw.githubusercontent.com/HumanjavaEnterprises/nostrkey.browser.plugin.src/master/src/images/icon-128.png" +thumb = "https://raw.githubusercontent.com/HumanjavaEnterprises/nostrkey.browser.plugin.src/master/logo.png" url = "https://chromewebstore.google.com/detail/nostrkey/cggakcmbihnpmcddkkfmoglgaocnmaop" [nostrmo]