1
0
Files
electrum/electrum/plugins/keepkey/manifest.json
2025-06-17 10:45:03 +02:00

10 lines
312 B
JSON

{
"name": "keepkey",
"fullname": "KeepKey",
"description": "Provides support for KeepKey hardware wallet",
"requires": [["keepkeylib", "github.com/keepkey/python-keepkey"]],
"registers_keystore": ["hardware", "keepkey", "KeepKey wallet"],
"icon":"keepkey.png",
"available_for": ["qt", "cmdline"]
}