damus.io

damus.io website
git clone git://jb55.com/damus.io
Log | Files | Refs | README | LICENSE

commit 2c092d29b42560c33c3829f40f78dd779ac3ae01
parent 37ffa95f8492c27bced2b821a04fd66e927496c0
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 29 Jun 2023 11:06:28 -0700

well-known

Diffstat:
A.well-known/apple-app-site-association | 34++++++++++++++++++++++++++++++++++
A.well-known/nostr.json | 14++++++++++++++
2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/.well-known/apple-app-site-association b/.well-known/apple-app-site-association @@ -0,0 +1,34 @@ +{ + "applinks": { + "details": [ + { + "appIDs": [ "XK7H4JAB3D.com.jb55.damus2" ], + "components": [ + { + "/": "/r/*", + "comment": "npubs, events, profiles, etc" + }, + { + "/": "/note1*", + "comment": "notes" + }, + { + "/": "/npub*", + "comment": "pks" + }, + { + "/": "/nprofile*", + "comment": "profiles" + }, + { + "/": "/nevent*", + "comment": "events" + } + ] + } + ] + }, + "webcredentials": { + "apps": [ "XK7H4JAB3D.com.jb55.damus2" ] + } +} diff --git a/.well-known/nostr.json b/.well-known/nostr.json @@ -0,0 +1,14 @@ +{ + "names": { + "damus": "3efdaebb1d8923ebd99c9e7ace3b4194ab45512e2be79c1b7d68d9243e0d2681", + "jb55": "32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245", + "vrod": "bd1e19980e2c91e6dc657e92c25762ca882eb9272d2579e221f037f93788de91", + "code": "4c96d763eb2fe01910f7e7220b7c7ecdbe1a70057f344b9f79c28af080c3ee30", + "prs": "edf16b1dd61eab353a83af470cc13557029bff6827b4cb9b7fc9bdb632a2b8e6", + "_": "3efdaebb1d8923ebd99c9e7ace3b4194ab45512e2be79c1b7d68d9243e0d2681" + }, + "relays": { + "3efdaebb1d8923ebd99c9e7ace3b4194ab45512e2be79c1b7d68d9243e0d2681": [ "wss://relay.damus.io" ], + "32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245": [ "wss://relay.damus.io" ] + } +}