Adds extended description (#33)
* Adds extended description * filename fixed * added video * Fixed tile link
This commit is contained in:
parent
ac87c2fd29
commit
ee3838ed9f
8 changed files with 73 additions and 2 deletions
46
config.json
46
config.json
|
|
@ -2,6 +2,48 @@
|
|||
"name": "Withdraw Links",
|
||||
"short_description": "Make LNURL withdraw links",
|
||||
"tile": "/withdraw/static/image/lnurl-withdraw.png",
|
||||
"contributors": ["arcbtc", "eillarra"],
|
||||
"min_lnbits_version": "0.12.5"
|
||||
"min_lnbits_version": "0.12.5",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Ben Arc",
|
||||
"uri": "mailto:ben@lnbits.com",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "talvasconcelos",
|
||||
"uri": "https://github.com/talvasconcelos",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "eillarra",
|
||||
"uri": "https://github.com/eillarra",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "dni",
|
||||
"uri": "https://github.com/dni",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"images": [
|
||||
{
|
||||
"uri": "https://raw.githubusercontent.com/lnbits/withdraw/main/static/image/1.jpg",
|
||||
"link": "https://www.youtube.com/embed/TUmsHpJtveQ?si=3_l1cg0JC8CXHtYf"
|
||||
},
|
||||
{
|
||||
"uri": "https://raw.githubusercontent.com/lnbits/withdraw/main/static/image/1.png"
|
||||
},
|
||||
{
|
||||
"uri": "https://raw.githubusercontent.com/lnbits/withdraw/main/static/image/2.png"
|
||||
},
|
||||
{
|
||||
"uri": "https://raw.githubusercontent.com/lnbits/withdraw/main/static/image/3.png"
|
||||
},
|
||||
{
|
||||
"uri": "https://raw.githubusercontent.com/lnbits/withdraw/main/static/image/4.png"
|
||||
}
|
||||
],
|
||||
"description_md": "https://raw.githubusercontent.com/lnbits/withdraw/main/description.md",
|
||||
"terms_and_conditions_md": "https://raw.githubusercontent.com/withdraw/lnurldevice/main/toc.md",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue