-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.json
34 lines (34 loc) · 959 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "Nostr NIP-5",
"short_description": "Verify addresses for Nostr NIP-5",
"tile": "/nostrnip5/static/image/nostrnip5.png",
"min_lnbits_version": "1.0.0",
"contributors": [
{
"name": "leesalminen",
"uri": "https://github.com/leesalminen",
"role": "Contributor"
},
{
"name": "dni",
"uri": "https://github.com/dni",
"role": "Contributor"
},
{
"name": "Vlad STAN",
"uri": "https://github.com/motorina0",
"role": "Contributor"
}
],
"images": [
{
"uri": "https://raw.githubusercontent.com/lnbits/nostrnip5/main/static/image/1.png"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/nostrnip5/main/static/image/2.png"
}
],
"description_md": "https://raw.githubusercontent.com/lnbits/nostrnip5/main/description.md",
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/nostrnip5/main/toc.md",
"license": "MIT"
}