Skip to content

Commit 030ce20

Browse files
add description (#40)
* add description * add toc and update config
1 parent f766d2c commit 030ce20

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
"short_description": "Access LNbits from BlueWallet or Zeus",
44
"tile": "/lndhub/static/image/lndhub.png",
55
"contributors": ["fiatjaf", "dni"],
6-
"min_lnbits_version": "1.0.0"
6+
"min_lnbits_version": "1.0.0",
7+
"images": [],
8+
"description_md": "https://raw.githubusercontent.com/lnbits/lndhub/main/description.md",
9+
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/lndhub/main/toc.md",
10+
"license": "MIT"
711
}

description.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Access your wallet on Zeus or Bluewallet
2+
3+
Lndhub has nothing to do with lnd, it is just the name of the HTTP/JSON protocol you can use to talk to your Lightning server.

toc.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Terms and Conditions for LNbits Extension
2+
3+
## 1. Acceptance of Terms
4+
5+
By installing and using the LNbits extension ("Extension"), you agree to be bound by these terms and conditions ("Terms"). If you do not agree to these Terms, do not use the Extension.
6+
7+
## 2. License
8+
9+
The Extension is free and open-source software, released under [specify the FOSS license here, e.g., GPL-3.0, MIT, etc.]. You are permitted to use, copy, modify, and distribute the Extension under the terms of that license.
10+
11+
## 3. No Warranty
12+
13+
The Extension is provided "as is" and with all faults, and the developer expressly disclaims all warranties of any kind, whether express, implied, statutory, or otherwise, including but not limited to warranties of merchantability, fitness for a particular purpose, non-infringement, and any warranties arising out of course of dealing or usage of trade. No advice or information, whether oral or written, obtained from the developer or elsewhere will create any warranty not expressly stated in this Terms.
14+
15+
## 4. Limitation of Liability
16+
17+
In no event will the developer be liable to you or any third party for any direct, indirect, incidental, special, consequential, or punitive damages, including lost profit, lost revenue, loss of data, or other damages arising out of or in connection with your use of the Extension, even if the developer has been advised of the possibility of such damages. The foregoing limitation of liability shall apply to the fullest extent permitted by law in the applicable jurisdiction.
18+
19+
## 5. Modification of Terms
20+
21+
The developer reserves the right to modify these Terms at any time. You are advised to review these Terms periodically for any changes. Changes to these Terms are effective when they are posted on the appropriate location within or associated with the Extension.
22+
23+
## 6. General Provisions
24+
25+
If any provision of these Terms is held to be invalid or unenforceable, that provision will be enforced to the maximum extent permissible, and the other provisions of these Terms will remain in full force and effect. These Terms constitute the entire agreement between you and the developer regarding the use of the Extension.
26+
27+
## 7. Contact Information
28+
29+
If you have any questions about these Terms, please contact the developer at [developer's contact information].

0 commit comments

Comments
 (0)