-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.json
More file actions
28 lines (28 loc) · 887 Bytes
/
config.json
File metadata and controls
28 lines (28 loc) · 887 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
{
"name": "Streamer Copilot",
"short_description": "Video tips/animations/webhooks",
"tile": "/copilot/static/bitcoin-streaming.png",
"min_lnbits_version": "1.0.0",
"contributors": [
{
"name": "Ben Arc",
"uri": "mailto:ben@lnbits.com",
"role": "Developer"
}
],
"images": [
{
"uri": "https://raw.githubusercontent.com/lnbits/copilot/main/static/1.jpg",
"link": "https://www.youtube.com/embed/-ICTq4qRFTk?si=PB38e1m6TE3kOz2M"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/copilot/main/static/1.png"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/copilot/main/static/2.png"
}
],
"description_md": "https://raw.githubusercontent.com/lnbits/copilot/main/description.md",
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/copilot/main/toc.md",
"license": "MIT"
}