Make it possible to create zip plugins from internal plugins

specifically:
 - add 'name' field to manifest.json
 - make 'version' optional in contrib/make_plugin
 - fix import in jade plugin
This commit is contained in:
ThomasV
2025-04-14 11:41:57 +02:00
parent eff8b65355
commit c93b13f6d9
19 changed files with 33 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{
"fullname": "Nostr Wallet Connect",
"name": "nwc",
"fullname": "Nostr Wallet Connect",
"description": "This plugin allows remote control of Electrum lightning wallets via Nostr NIP-47.",
"author": "The Electrum Developers",
"available_for": ["cmdline", "qt"],