Skip to content

Commit 4714fdf

Browse files
committed
plugins: add icons to manifest.json
1 parent 96ea80a commit 4714fdf

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

electrum/plugins/bitbox02/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"description": "Provides support for the BitBox02 hardware wallet",
55
"requires": [["bitbox02", "https://github.com/digitalbitbox/bitbox02-firmware/tree/master/py/bitbox02"]],
66
"registers_keystore": ["hardware", "bitbox02", "BitBox02"],
7+
"icon":"bitbox02.png",
78
"available_for": ["qt"]
89
}

electrum/plugins/coldcard/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"description": "Provides support for the Coldcard hardware wallet from Coinkite",
55
"requires": [["ckcc-protocol", "github.com/Coldcard/ckcc-protocol"]],
66
"registers_keystore": ["hardware", "coldcard", "Coldcard Wallet"],
7+
"icon":"coldcard.png",
78
"available_for": ["qt", "cmdline"]
89
}

electrum/plugins/digitalbitbox/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"fullname": "Digital Bitbox",
44
"description": "Provides support for Digital Bitbox hardware wallet",
55
"registers_keystore": ["hardware", "digitalbitbox", "Digital Bitbox wallet"],
6+
"icon":"digitalbitbox.png",
67
"available_for": ["qt", "cmdline"]
78
}

electrum/plugins/keepkey/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"description": "Provides support for KeepKey hardware wallet",
55
"requires": [["keepkeylib", "github.com/keepkey/python-keepkey"]],
66
"registers_keystore": ["hardware", "keepkey", "KeepKey wallet"],
7+
"icon":"keepkey.png",
78
"available_for": ["qt", "cmdline"]
89
}

electrum/plugins/ledger/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"description": "Provides support for Ledger hardware wallet",
55
"requires": [["ledger_bitcoin", "github.com/LedgerHQ/app-bitcoin-new"]],
66
"registers_keystore": ["hardware", "ledger", "Ledger wallet"],
7+
"icon":"ledger.png",
78
"available_for": ["qt", "cmdline"]
89
}

electrum/plugins/safe_t/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"description": "Provides support for Safe-T mini hardware wallet",
55
"requires": [["safetlib", "github.com/archos-safe-t/python-safet"]],
66
"registers_keystore": ["hardware", "safe_t", "Safe-T mini wallet"],
7+
"icon":"safe-t.png",
78
"available_for": ["qt", "cmdline"]
89
}

electrum/plugins/trezor/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"description": "Provides support for Trezor hardware wallet",
55
"requires": [["trezorlib","pypi.org/project/trezor/"]],
66
"registers_keystore": ["hardware", "trezor", "Trezor wallet"],
7+
"icon":"trezor.png",
78
"available_for": ["qt", "cmdline"]
89
}

electrum/plugins/trustedcoin/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"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>",
55
"requires_wallet_type": ["2fa"],
66
"registers_wallet_type": "2fa",
7+
"icon":"trustedcoin-status.png",
78
"available_for": ["qt", "cmdline", "qml"]
89
}

0 commit comments

Comments
 (0)