plugins: add icons to manifest.json
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user