38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "MyExtension",
|
|
"short_description": "Minimal extension to build on",
|
|
"tile": "/myextension/static/image/myextension.png",
|
|
"min_lnbits_version": "0.12.5",
|
|
"contributors": [
|
|
{
|
|
"name": "Alan Bits",
|
|
"uri": "https://github.com/alanbits",
|
|
"role": "Lead dev"
|
|
},
|
|
{
|
|
"name": "Ben Arc",
|
|
"uri": "https://github.com/arcbtc",
|
|
"role": "Dev"
|
|
},
|
|
{
|
|
"name": "LNbits community",
|
|
"uri": "https://t.me/lnbits",
|
|
"role": "Emotional support"
|
|
}
|
|
],
|
|
"images": [
|
|
{
|
|
"uri": "https://raw.githubusercontent.com/lnbits/myextension/main/static/image/1.png",
|
|
"link": "https://www.youtube.com/embed/SkkIwO_X4i4?si=9JJh1Fc6GfHDZK6b"
|
|
},
|
|
{
|
|
"uri": "https://raw.githubusercontent.com/lnbits/myextension/main/static/image/2.png"
|
|
},
|
|
{
|
|
"uri": "https://raw.githubusercontent.com/lnbits/myextension/main/static/image/3.png"
|
|
}
|
|
],
|
|
"description_md": "https://raw.githubusercontent.com/lnbits/myextension/main/description.md",
|
|
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/myextension/main/toc.md",
|
|
"license": "MIT"
|
|
}
|