From cbd67dcfac0726173d9e4975fcf868d63a9daced Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Thu, 6 Aug 2026 20:52:06 +0000 Subject: [PATCH] Update startos/manifest/index.ts Add Fulcrum dependency metadata --- startos/manifest/index.ts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/startos/manifest/index.ts b/startos/manifest/index.ts index 159d8b0..1d1d66f 100644 --- a/startos/manifest/index.ts +++ b/startos/manifest/index.ts @@ -30,5 +30,15 @@ export const manifest = setupManifest({ }, }, - dependencies: {}, + dependencies: { + fulcrum: { + description: + 'Electrum server used by Munin Bitcoin to access blockchain and wallet data.', + optional: false, + metadata: { + title: 'Fulcrum', + icon: 'https://raw.githubusercontent.com/Start9Labs/fulcrum-startos/master/dep-icon.svg', + }, + }, + }, }) \ No newline at end of file