From f7a35de7a41959b497f7e5ebdd8f947f5d7bf92a Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 9 Feb 2026 04:04:20 +0000 Subject: [PATCH] [UPDATE] webshop to v0.0.5 --- extensions.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/extensions.json b/extensions.json index f88da97..9665627 100644 --- a/extensions.json +++ b/extensions.json @@ -2119,6 +2119,18 @@ "short_description": "Scrum with paid tasks", "icon": "https://raw.githubusercontent.com/lnbits/scrum/main/static/image/scrum.png", "details_link": "https://raw.githubusercontent.com/lnbits/scrum/main/config.json" + }, + { + "id": "webshop", + "repo": "https://github.com/lnbits/webshop", + "version": "0.0.5", + "archive": "https://github.com/lnbits/webshop/archive/refs/tags/v0.0.5.zip", + "hash": "b3a5347ae5daa6bf539228bb9b124c8698b06e6afc398f623fbcad7c6576421e", + "min_lnbits_version": "1.1.0", + "name": "WebShop", + "short_description": "Embeddable web-shop", + "icon": "https://raw.githubusercontent.com/lnbits/webshop/main/static/image/webshop.png", + "details_link": "https://raw.githubusercontent.com/lnbits/webshop/main/config.json" } ] }