-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
44 lines (44 loc) · 1.27 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
43
44
{
"name": "Onchain Wallet",
"short_description": "Onchain watch only wallets",
"tile": "/watchonly/static/bitcoin-wallet.png",
"min_lnbits_version": "1.0.0",
"contributors": [
{
"name": "motorina0",
"uri": "https://github.com/motorina0",
"role": "Contributor"
},
{
"name": "arcbtc",
"uri": "https://github.com/arcbtc",
"role": "Contributor"
},
{
"name": "dni",
"uri": "https://github.com/dni",
"role": "Contributor"
}
],
"images": [
{
"uri": "https://raw.githubusercontent.com/lnbits/watchonly/main/static/1.jpg",
"link": "https://www.youtube.com/embed/Xx09tzeZIok?si=Ju9LjOfiZVPrlGGp"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/watchonly/main/static/1.png"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/watchonly/main/static/2.png"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/watchonly/main/static/3.png"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/watchonly/main/static/4.png"
}
],
"description_md": "https://raw.githubusercontent.com/lnbits/watchonly/main/description.md",
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/watchonly/main/toc.md",
"license": "MIT"
}