* feat: update to lnbits 1.0.0 * fix select wallet * fix splits * fix: types, postgres errors with cache --------- Co-authored-by: Tiago Vasconcelos <talvasconcelos@gmail.com>
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "Split Payments",
|
|
"short_description": "Split incoming payments across wallets",
|
|
"tile": "/splitpayments/static/image/split-payments.png",
|
|
"min_lnbits_version": "1.0.0",
|
|
"contributors": [
|
|
{
|
|
"name": "cryptograffiti",
|
|
"uri": "https://github.com/cryptograffiti",
|
|
"role": "Idea/Sponsor"
|
|
},
|
|
{
|
|
"name": "fiatjaf",
|
|
"uri": "https://github.com/fiatjaf",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "dni",
|
|
"uri": "https://github.com/dni",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "talvasconcelos",
|
|
"uri": "https://github.com/talvasconcelos",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "prusnak",
|
|
"uri": "https://github.com/prusnak",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "arbadacarbaYK",
|
|
"uri": "https://github.com/arbadacarbaYK",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "arcbtc",
|
|
"uri": "https://github.com/arcbtc",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"images": [
|
|
{
|
|
"uri": "https://raw.githubusercontent.com/lnbits/splitpayments/main/static/image/1.png"
|
|
},
|
|
{
|
|
"uri": "https://raw.githubusercontent.com/lnbits/splitpayments/main/static/image/2.png"
|
|
},
|
|
{
|
|
"uri": "https://raw.githubusercontent.com/lnbits/splitpayments/main/static/image/3.png"
|
|
}
|
|
],
|
|
"description_md": "https://raw.githubusercontent.com/lnbits/splitpayments/main/description.md",
|
|
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/splitpayments/main/toc.md",
|
|
"license": "MIT"
|
|
}
|