-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
42 lines (42 loc) · 1.09 KB
/
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
35
36
37
38
39
40
41
42
{
"name": "Gerty",
"short_description": "Desktop bitcoin Assistant",
"tile": "/gerty/static/gerty.png",
"min_lnbits_version": "1.0.0",
"contributors": [
{
"name": "blackcoffeexbt",
"uri": "https://github.com/blackcoffeexbt",
"role": "Lead Developer"
},
{
"name": "dni",
"uri": "https://github.com/dni",
"role": "Developer"
},
{
"name": "Ben Arc",
"uri": "https://github.com/arcbtc",
"role": "Developer"
},
{
"name": "talvasconcelos",
"uri": "https://github.com/talvasconcelos",
"role": "Developer"
}
],
"images": [
{
"uri": "https://raw.githubusercontent.com/lnbits/gerty/main/static/1.png"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/gerty/main/static/2.png"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/gerty/main/static/3.png"
}
],
"description_md": "https://raw.githubusercontent.com/lnbits/gerty/main/description.md",
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/gerty/main/toc.md",
"license": "MIT"
}