1
0

plugins: add icons to manifest.json

This commit is contained in:
ThomasV
2025-06-17 10:45:03 +02:00
parent 96ea80a8a1
commit 4714fdfba2
8 changed files with 8 additions and 0 deletions

View File

@@ -4,5 +4,6 @@
"description": "Provides support for the BitBox02 hardware wallet",
"requires": [["bitbox02", "https://github.com/digitalbitbox/bitbox02-firmware/tree/master/py/bitbox02"]],
"registers_keystore": ["hardware", "bitbox02", "BitBox02"],
"icon":"bitbox02.png",
"available_for": ["qt"]
}

View File

@@ -4,5 +4,6 @@
"description": "Provides support for the Coldcard hardware wallet from Coinkite",
"requires": [["ckcc-protocol", "github.com/Coldcard/ckcc-protocol"]],
"registers_keystore": ["hardware", "coldcard", "Coldcard Wallet"],
"icon":"coldcard.png",
"available_for": ["qt", "cmdline"]
}

View File

@@ -3,5 +3,6 @@
"fullname": "Digital Bitbox",
"description": "Provides support for Digital Bitbox hardware wallet",
"registers_keystore": ["hardware", "digitalbitbox", "Digital Bitbox wallet"],
"icon":"digitalbitbox.png",
"available_for": ["qt", "cmdline"]
}

View File

@@ -4,5 +4,6 @@
"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"]
}

View File

@@ -4,5 +4,6 @@
"description": "Provides support for Ledger hardware wallet",
"requires": [["ledger_bitcoin", "github.com/LedgerHQ/app-bitcoin-new"]],
"registers_keystore": ["hardware", "ledger", "Ledger wallet"],
"icon":"ledger.png",
"available_for": ["qt", "cmdline"]
}

View File

@@ -4,5 +4,6 @@
"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"],
"icon":"safe-t.png",
"available_for": ["qt", "cmdline"]
}

View File

@@ -4,5 +4,6 @@
"description": "Provides support for Trezor hardware wallet",
"requires": [["trezorlib","pypi.org/project/trezor/"]],
"registers_keystore": ["hardware", "trezor", "Trezor wallet"],
"icon":"trezor.png",
"available_for": ["qt", "cmdline"]
}

View File

@@ -4,5 +4,6 @@
"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",
"icon":"trustedcoin-status.png",
"available_for": ["qt", "cmdline", "qml"]
}