Skip to content

Commit

Permalink
Merge pull request #40 from lnbits/presenation
Browse files Browse the repository at this point in the history
Added more to config
  • Loading branch information
arcbtc authored Apr 22, 2024
2 parents b064e86 + c48b0c8 commit 212b13c
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 4 deletions.
43 changes: 39 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,42 @@
{
"name": "LNURLDevice",
"short_description": "For offline LNURL devices",
"short_description": "Hardware focused LNURL helper",
"tile": "/lnurldevice/static/image/lnurldevice.png",
"contributors": ["arcbtc"],
"min_lnbits_version": "0.12.6"
}
"min_lnbits_version": "0.12.6",
"images": [
{
"uri": "https://i.imgur.com/oS5VEEf.png"
},
{
"uri": "https://i.imgur.com/U8dgtSl.png"
},
{
"uri": "https://i.imgur.com/7Nz9PyU.png"
},
{
"uri": "https://i.imgur.com/uPxF8SO.png",
"link": "https://www.youtube.com/watch?v=98VYC99s770",
"tooltip": "demo video"
}
],
"descrition_md": "https://raw.githubusercontent.com/lnbits/lnurldevice/main/description.md",
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/lnurldevice/main/toc.md",
"contributors": [
{
"name": "Ben Arc",
"uri": "mailto:[email protected]",
"role": "Developer"
},
{
"name": "BlackCoffee",
"uri": "https://github.com/blackcoffee",
"role": "Developer"
},
{
"name": "Vlad Stan",
"uri": "https://github.com/arcbtc",
"role": "Developer"
}
],
"license": "MIT"
}
8 changes: 8 additions & 0 deletions description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

For LNURL based hardware (although you could use for software), people build things like bitcoin switches, Points of Sale, and ATMs.

* LNPoS: https://lnbits.github.io/lnpos
* bitcoinSwitch: https://github.com/lnbits/bitcoinSwitch
* FOSSA: https://github.com/lnbits/fossa
* BATM: https://github.com/lnbits/fossa
* OfflineSwitch: https://github.com/lnbits/fossa
22 changes: 22 additions & 0 deletions toc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Terms and Conditions for LNbits Extension

## 1. Acceptance of Terms
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.

## 2. License
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.

## 3. No Warranty
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.

## 4. Limitation of Liability
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.

## 5. Modification of Terms
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.

## 6. General Provisions
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.

## 7. Contact Information
If you have any questions about these Terms, please contact the developer at [developer's contact information].

0 comments on commit 212b13c

Please sign in to comment.