diff --git a/config.json b/config.json index cbe2f27..1f58e7b 100644 --- a/config.json +++ b/config.json @@ -4,7 +4,7 @@ "version": "1.1.0", "tile": "/nostrclient/static/images/nostr-bitcoin.png", "contributors": ["calle", "motorina0", "dni"], - "min_lnbits_version": "1.0.0", + "min_lnbits_version": "1.4.0", "images": [ { "uri": "https://raw.githubusercontent.com/lnbits/nostrclient/add-extension-metadata/static/images/1.jpeg" diff --git a/extensions.json b/extensions.json deleted file mode 100644 index 209a34d..0000000 --- a/extensions.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "featured": [], - "extensions": [ - { - "id": "nostrclient-dev", - "repo": "https://github.com/BenGWeeks/nostrclient", - "name": "Nostr Client Dev", - "version": "0.3.7", - "min_lnbits_version": "0.11.0", - "max_lnbits_version": "0.12.0", - "short_description": "Nostr relay multiplexer", - "icon": "https://raw.githubusercontent.com/BenGWeeks/nostrclient/add-extension-metadata/static/images/nostr-bitcoin.png", - "archive": "https://github.com/BenGWeeks/nostrclient/archive/refs/heads/add-extension-metadata.zip", - "hash": "61323bb77a48614cde18b2a6fd424306cbff8cafc6fc4a7a4222270a52fa4bf5" - }, - { - "id": "nostrclient-dev", - "repo": "https://github.com/BenGWeeks/nostrclient", - "name": "Nostr Client Dev", - "version": "0.4.0", - "min_lnbits_version": "0.12.0", - "max_lnbits_version": "1.0.0", - "short_description": "Nostr relay multiplexer", - "icon": "https://raw.githubusercontent.com/BenGWeeks/nostrclient/add-extension-metadata/static/images/nostr-bitcoin.png", - "archive": "https://github.com/BenGWeeks/nostrclient/archive/refs/heads/add-extension-metadata.zip", - "hash": "4c81c251049599ef0ee32393b45fe5e4870ab02772dadb34e489b1a247411eca", - "details_link": "https://raw.githubusercontent.com/BenGWeeks/nostrclient/add-extension-metadata/config.json" - }, - { - "id": "nostrclient-dev", - "repo": "https://github.com/BenGWeeks/nostrclient", - "name": "Nostr Client Dev", - "version": "1.0.1", - "min_lnbits_version": "1.0.0", - "short_description": "Nostr relay multiplexer", - "icon": "https://raw.githubusercontent.com/BenGWeeks/nostrclient/add-extension-metadata/static/images/nostr-bitcoin.png", - "archive": "https://github.com/BenGWeeks/nostrclient/archive/refs/heads/add-extension-metadata.zip", - "hash": "cde77e4454297abf9b9c7400fc5a5f071d0b0dd9c6651f403a0a47dfea544e53", - "details_link": "https://raw.githubusercontent.com/BenGWeeks/nostrclient/add-extension-metadata/config.json" - } - ] -}