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