- both internal and external plugins require GUI install (except internal HW plugins, which are 'auto-loaded' and hidden) - remove init_qt hook - in Qt, reload wallet windows if plugin enabled/disabled - add 'uninstall' button to PluginDialog - add 'add plugins' button to wizard hw screen - add icons to the plugin list
9 lines
260 B
JSON
9 lines
260 B
JSON
{
|
|
"name": "jade",
|
|
"fullname": "Blockstream Jade Wallet",
|
|
"description": "Provides support for the Blockstream Jade hardware wallet",
|
|
"registers_keystore": ["hardware", "jade", "Jade wallet"],
|
|
"icon":"jade.png",
|
|
"available_for": ["qt", "cmdline"]
|
|
}
|