Adds extended description (#33)

* Adds extended description

* filename fixed

* added video

* Fixed tile link
This commit is contained in:
Arc 2024-05-17 14:41:24 +01:00 committed by GitHub
commit ee3838ed9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 73 additions and 2 deletions

View file

@ -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"
}