diff --git a/electrum/plugins/bitbox02/manifest.json b/electrum/plugins/bitbox02/manifest.json index 497bd803b..aa9893134 100644 --- a/electrum/plugins/bitbox02/manifest.json +++ b/electrum/plugins/bitbox02/manifest.json @@ -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"] } diff --git a/electrum/plugins/coldcard/manifest.json b/electrum/plugins/coldcard/manifest.json index 2ee8ff380..5ce88fc13 100644 --- a/electrum/plugins/coldcard/manifest.json +++ b/electrum/plugins/coldcard/manifest.json @@ -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"] } diff --git a/electrum/plugins/digitalbitbox/manifest.json b/electrum/plugins/digitalbitbox/manifest.json index a77f6cf3b..9e15d2a00 100644 --- a/electrum/plugins/digitalbitbox/manifest.json +++ b/electrum/plugins/digitalbitbox/manifest.json @@ -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"] } diff --git a/electrum/plugins/keepkey/manifest.json b/electrum/plugins/keepkey/manifest.json index 900de0284..4ee6bd1c7 100644 --- a/electrum/plugins/keepkey/manifest.json +++ b/electrum/plugins/keepkey/manifest.json @@ -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"] } diff --git a/electrum/plugins/ledger/manifest.json b/electrum/plugins/ledger/manifest.json index 3fcab560d..5bd2d9708 100644 --- a/electrum/plugins/ledger/manifest.json +++ b/electrum/plugins/ledger/manifest.json @@ -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"] } diff --git a/electrum/plugins/safe_t/manifest.json b/electrum/plugins/safe_t/manifest.json index 223077f5a..10b6790ed 100644 --- a/electrum/plugins/safe_t/manifest.json +++ b/electrum/plugins/safe_t/manifest.json @@ -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"] } diff --git a/electrum/plugins/trezor/manifest.json b/electrum/plugins/trezor/manifest.json index fafe12691..fac1b7869 100644 --- a/electrum/plugins/trezor/manifest.json +++ b/electrum/plugins/trezor/manifest.json @@ -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"] } diff --git a/electrum/plugins/trustedcoin/manifest.json b/electrum/plugins/trustedcoin/manifest.json index dd6626a6b..7eb5631c0 100644 --- a/electrum/plugins/trustedcoin/manifest.json +++ b/electrum/plugins/trustedcoin/manifest.json @@ -4,5 +4,6 @@ "description": "This plugin adds two-factor authentication to your wallet.
For more information, visit https://api.trustedcoin.com/#/electrum-help", "requires_wallet_type": ["2fa"], "registers_wallet_type": "2fa", + "icon":"trustedcoin-status.png", "available_for": ["qt", "cmdline", "qml"] }