From 4ca9c2ffbdf531a9936edd0a181a6559681d2790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20G=C3=B3mez?= Date: Tue, 31 Mar 2026 08:59:27 +0200 Subject: [PATCH] feat: app handler definition --- .nsite/config.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/.nsite/config.json b/.nsite/config.json index d831ff7..c2fda89 100644 --- a/.nsite/config.json +++ b/.nsite/config.json @@ -15,5 +15,24 @@ ], "id": "grimoire", "title": "grimoire", - "description": "a nostr client for magicians" + "description": "a nostr client for magicians", + "publishAppHandler": false, + "profile": { "name": "grimoire", "about": "a nostr client for magicians", "picture": "https://grimoire.rocks/favicon.ico", "website": "https://grimoire.rocks" }, + "appHandler": { + "id": "k50nvf8d85", + "kinds": [777, 10777, 30777], + "name": "grimoire", + "description": "a nostr client for magicians", + "icon": "https://grimoire.rocks/favicon.ico", + "platforms": { + "web": { + "patterns": [ + { + "url": "https://grimoire.rocks/", + "entities": ["npub", "nprofile", "nevent", "naddr"] + } + ] + } + } + } }