updated description + added gitignore
This commit is contained in:
parent
0ba958e20a
commit
a4cad01c16
7 changed files with 66 additions and 2 deletions
35
config.json
35
config.json
|
|
@ -2,6 +2,37 @@
|
|||
"name": "MyExtension",
|
||||
"short_description": "Minimal extension to build on",
|
||||
"tile": "/myextension/static/image/myextension.png",
|
||||
"contributors": ["arcbtc"],
|
||||
"min_lnbits_version": "0.0.1"
|
||||
"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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue