mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-08 14:37:04 +02:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"relays": [
|
|
"wss://lightning.red",
|
|
"wss://pyramid.fiatjaf.com",
|
|
"wss://nostr.wine",
|
|
"wss://nos.lol",
|
|
"wss://relay.primal.net",
|
|
"wss://relay.damus.io"
|
|
],
|
|
"servers": [
|
|
"https://lightning.red",
|
|
"https://nostr.download",
|
|
"https://blossom.band",
|
|
"https://cdn.hzrd149.com"
|
|
],
|
|
"title": "grimoire",
|
|
"description": "a nostr client for magicians",
|
|
"publishAppHandler": true,
|
|
"profile": {
|
|
"name": "grimoire",
|
|
"about": "a nostr client for magicians",
|
|
"picture": "https://grimoire.rocks/favicon.ico",
|
|
"website": "https://grimoire.rocks"
|
|
},
|
|
"appHandler": {
|
|
"id": "grimoire",
|
|
"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/<bech32>",
|
|
"entities": ["npub", "nprofile", "nevent", "naddr"]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|