Files
pallectrum/electrum/plugins/trustedcoin/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
400 B
JSON

{
"name": "trustedcoin",
"fullname": "Two Factor Authentication",
"description": "This plugin adds two-factor authentication to your wallet.<br/>For more information, visit <a href=\"https://api.trustedcoin.com/#/electrum-help\">https://api.trustedcoin.com/#/electrum-help</a>",
"requires_wallet_type": ["2fa"],
"registers_wallet_type": "2fa",
"available_for": ["qt", "cmdline", "qml"]
}