Update startos/manifest/index.ts
Add Fulcrum dependency metadata
This commit is contained in:
@@ -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',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user