-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathconfig.json
More file actions
34 lines (34 loc) · 903 Bytes
/
config.json
File metadata and controls
34 lines (34 loc) · 903 Bytes
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
{
"id": "lndhub",
"version": "1.0.2",
"name": "LndHub",
"repo": "https://github.com/lnbits/lndhub",
"short_description": "Access LNbits from BlueWallet or Zeus",
"description": "",
"tile": "/lndhub/static/image/lndhub.png",
"min_lnbits_version": "1.0.0",
"contributors": [
{
"name": "fiatjaf",
"uri": "https://github.com/fiatjaf",
"role": "Developer"
},
{
"name": "dni",
"uri": "https://github.com/dni",
"role": "Developer"
}
],
"images": [
{
"uri": "https://raw.githubusercontent.com/lnbits/lndhub/main/static/image/1.png"
}
],
"description_md": "https://raw.githubusercontent.com/lnbits/lndhub/main/description.md",
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/lndhub/main/toc.md",
"license": "MIT",
"paid_features": "",
"tags": ["Wallet"],
"donate": "",
"hidden": false
}