-
Notifications
You must be signed in to change notification settings - Fork 14
/
config.json
33 lines (33 loc) · 985 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
{
"name": "Build your own!",
"short_description": "Extension building guide",
"tile": "https://raw.githubusercontent.com/lnbits/example/main/static/bitcoin-extension.png",
"min_lnbits_version": "1.0.0",
"donate": "donate@legend.lnbits.com",
"contributors": [
{
"name": "Ben Arc",
"uri": "mailto:ben@lnbits.com",
"role": "Developer"
},
{
"name": "DNI",
"uri": "https://github.com/dni",
"role": "Developer"
}
],
"images": [
{
"uri": "https://raw.githubusercontent.com/lnbits/example/main/static/1.png"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/example/main/static/2.png"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/example/main/static/3.png"
}
],
"description_md": "https://raw.githubusercontent.com/lnbits/example/main/description.md",
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/example/main/toc.md",
"license": "MIT"
}