-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathconfig.json
More file actions
57 lines (57 loc) · 1.68 KB
/
config.json
File metadata and controls
57 lines (57 loc) · 1.68 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"id": "tpos",
"version": "1.1.2",
"name": "TPoS",
"repo": "https://github.com/lnbits/tpos",
"short_description": "A shareable PoS terminal!",
"description": "",
"tile": "/tpos/static/image/tpos.png",
"min_lnbits_version": "1.3.0",
"contributors": [
{
"name": "Ben Arc",
"uri": "mailto:ben@lnbits.com",
"role": "Developer"
},
{
"name": "talvasconcelos",
"uri": "https://github.com/talvasconcelos",
"role": "Developer"
},
{
"name": "Yvette",
"uri": "https://github.com/arbadacarbaYK",
"role": "Contributor"
},
{
"name": "leesalminen",
"uri": "https://github.com/leesalminen",
"role": "Developer"
}
],
"images": [
{
"uri": "https://raw.githubusercontent.com/lnbits/tpos/main/static/image/TPoS_thumbnail.png",
"link": "https://www.youtube.com/watch?v=8w4-VQ3WFrk&t=1s"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/tpos/main/static/image/1.png"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/tpos/main/static/image/2.png"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/tpos/main/static/image/3.png"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/tpos/main/static/image/4.png"
}
],
"description_md": "https://raw.githubusercontent.com/lnbits/tpos/main/description.md",
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/tpos/main/toc.md",
"license": "MIT",
"paid_features": "Free to use all the PoS features, apart from 0.5% charge for the ATM whithdraws to help maintain development.",
"tags": ["Merchant", "Point of Sale"],
"donate": "",
"hidden": false
}