specifically: - add 'name' field to manifest.json - make 'version' optional in contrib/make_plugin - fix import in jade plugin
8 lines
221 B
JSON
8 lines
221 B
JSON
{
|
|
"name": "audio_modem",
|
|
"fullname": "Audio MODEM",
|
|
"description": "Provides support for air-gapped transaction signing.",
|
|
"requires": [["amodem", "http://github.com/romanz/amodem/"]],
|
|
"available_for": ["qt"]
|
|
}
|