1
0

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,7 +1,8 @@
{
"name": "safe_t",
"fullname": "Safe-T mini Wallet",
"description": "Provides support for Safe-T mini hardware wallet",
"requires": [["safetlib", "github.com/archos-safe-t/python-safet"]],
"registers_keystore": ["hardware", "safe_t", "Safe-T mini wallet"],
"available_for": ["qt", "cmdline"]
}
}