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