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,5 +1,6 @@
{
"name": "revealer",
"fullname": "Revealer Backup Utility",
"description": "<br/><b>Do you have something to hide ?</b><br/><br/>This plug-in allows you to create a visually encrypted backup of your wallet seeds, or of custom alphanumeric secrets.<br/>",
"description": "This plug-in allows you to create a visually encrypted backup of your wallet seeds, or of custom alphanumeric secrets.",
"available_for": ["qt"]
}