From 66dd322738680e9a119a674d9fff9eb159283e35 Mon Sep 17 00:00:00 2001 From: Sat <792024+santyr@users.noreply.github.com> Date: Sat, 4 Jul 2026 15:20:04 -0600 Subject: [PATCH] Add Income Report extension --- extensions.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/extensions.json b/extensions.json index 7e7e3834..47b86ba7 100644 --- a/extensions.json +++ b/extensions.json @@ -28,6 +28,16 @@ ] }, "extensions": [ + { + "id": "incomereport", + "repo": "https://github.com/lightning-goats/incomereport_extension", + "name": "Income Report", + "version": "0.1.0", + "short_description": "Accounting reports: daily, weekly, monthly and yearly income per wallet with fiat values and CSV export", + "icon": "https://raw.githubusercontent.com/lightning-goats/incomereport_extension/main/static/image/incomereport.png", + "archive": "https://github.com/lightning-goats/incomereport_extension/archive/refs/tags/v0.1.0.zip", + "hash": "3ea2440dc2b5f36254ef46884876204b44aae18ecde14eb0cef01c9a2e6f212b" + }, { "id": "copilot", "repo": "https://github.com/lnbits/copilot",