allow custom path (#14)
Some checks failed
/ release (push) Has been cancelled
/ pullrequest (push) Has been cancelled

* allow custom path
---------

Co-authored-by: dni  <office@dnilabs.com>
This commit is contained in:
Tiago Vasconcelos 2023-09-26 13:05:14 +01:00 committed by GitHub
commit e374df7756
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View file

@ -1,6 +1,7 @@
{
"name": "LNURLw",
"short_description": "Make LNURL withdraw links",
"tile": "/withdraw/static/image/lnurl-withdraw.png",
"contributors": ["arcbtc", "eillarra"]
"tile": "/withdraw/static/image/lnurl-withdraw.png",
"contributors": ["arcbtc", "eillarra"],
"min_lnbits_version": "0.11.0"
}