specifically: - add 'name' field to manifest.json - make 'version' optional in contrib/make_plugin - fix import in jade plugin
7 lines
300 B
JSON
7 lines
300 B
JSON
{
|
|
"name": "swapserver",
|
|
"fullname": "SwapServer",
|
|
"description": "Submarine swap server for an Electrum daemon.\n\nExample setup:\n\n electrum -o setconfig enable_plugin_swapserver True\n electrum -o setconfig swapserver_port 5455\n electrum daemon -v\n\n",
|
|
"available_for": ["cmdline"]
|
|
}
|