From db2db8419b267d7d07c9cd5df7d5c6cc74c1cdeb Mon Sep 17 00:00:00 2001 From: Logen <79722764+btcforplebs@users.noreply.github.com> Date: Mon, 29 Dec 2025 14:41:08 -0500 Subject: [PATCH] feat: Add new 'fiatbridge' extension to available extensions. --- extensions.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/extensions.json b/extensions.json index 08690cd..9299bbf 100644 --- a/extensions.json +++ b/extensions.json @@ -2104,6 +2104,16 @@ "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": "fiatbridge", + "repo": "https://github.com/btcforplebs/fiatbridge", + "name": "Fiat Bridge", + "version": "0.1.0", + "short_description": "A bridge to allow websites to request Stripe checkout sessions.", + "icon": "https://raw.githubusercontent.com/btcforplebs/fiatbridge/main/static/image/fiatbridge.png", + "archive": "https://github.com/btcforplebs/fiatbridge/archive/refs/tags/0.1.0.zip", + "hash": "712df12d002bf17ab31a13dac4d3e7eea8165b69235a12ae72d9d158987fcfad" } ] } \ No newline at end of file