specifically: - add 'name' field to manifest.json - make 'version' optional in contrib/make_plugin - fix import in jade plugin
8 lines
239 B
JSON
8 lines
239 B
JSON
{
|
|
"name": "jade",
|
|
"fullname": "Blockstream Jade Wallet",
|
|
"description": "Provides support for the Blockstream Jade hardware wallet",
|
|
"registers_keystore": ["hardware", "jade", "Jade wallet"],
|
|
"available_for": ["qt", "cmdline"]
|
|
}
|