specifically: - add 'name' field to manifest.json - make 'version' optional in contrib/make_plugin - fix import in jade plugin
9 lines
321 B
JSON
9 lines
321 B
JSON
{
|
|
"name": "coldcard",
|
|
"fullname": "Coldcard Wallet",
|
|
"description": "Provides support for the Coldcard hardware wallet from Coinkite",
|
|
"requires": [["ckcc-protocol", "github.com/Coldcard/ckcc-protocol"]],
|
|
"registers_keystore": ["hardware", "coldcard", "Coldcard Wallet"],
|
|
"available_for": ["qt", "cmdline"]
|
|
}
|