Files
pallectrum/electrum/plugins/trezor/manifest.json
ThomasV c93b13f6d9 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
2025-04-14 11:54:04 +02:00

9 lines
279 B
JSON

{
"name": "trezor",
"fullname": "Trezor Wallet",
"description": "Provides support for Trezor hardware wallet",
"requires": [["trezorlib","pypi.org/project/trezor/"]],
"registers_keystore": ["hardware", "trezor", "Trezor wallet"],
"available_for": ["qt", "cmdline"]
}