From 644c9460b3e1314d6afd0afa35b66973ce27a4ae Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Wed, 5 Aug 2026 16:52:35 +0000 Subject: [PATCH] Add startos/manifest/i18n.ts Add Munin Bitcoin manifest descriptions --- startos/manifest/i18n.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 startos/manifest/i18n.ts diff --git a/startos/manifest/i18n.ts b/startos/manifest/i18n.ts new file mode 100644 index 0000000..f71ac17 --- /dev/null +++ b/startos/manifest/i18n.ts @@ -0,0 +1,16 @@ +export const short = + 'Bitcoin watch-only wallet monitoring and BIP-329 label management' + +export const long = ` +Munin Bitcoin is a Bitcoin watch-only monitoring service for StartOS. + +Planned features include: + +- Bitcoin transaction monitoring +- Wallet watching +- BIP-329 label import and export +- Transaction notifications with label update reminders + +Munin Bitcoin is designed to help users keep track of Bitcoin transactions +and maintain meaningful labels over time. +` \ No newline at end of file