diff --git a/electrum/plugins/labels/labelsync.png b/electrum/plugins/labels/labelsync.png new file mode 100644 index 000000000..cdcee0368 Binary files /dev/null and b/electrum/plugins/labels/labelsync.png differ diff --git a/electrum/plugins/labels/manifest.json b/electrum/plugins/labels/manifest.json index 27f37089a..c7e7f44fc 100644 --- a/electrum/plugins/labels/manifest.json +++ b/electrum/plugins/labels/manifest.json @@ -2,5 +2,6 @@ "name": "labels", "fullname": "LabelSync", "description": "Save your wallet labels on a remote server, and synchronize them across multiple devices where you use Electrum. Labels, transactions IDs and addresses are encrypted before they are sent to the remote server.", + "icon":"labelsync.png", "available_for": ["qt", "qml", "cmdline"] } diff --git a/electrum/plugins/nwc/manifest.json b/electrum/plugins/nwc/manifest.json index 082c1231c..33079e34b 100644 --- a/electrum/plugins/nwc/manifest.json +++ b/electrum/plugins/nwc/manifest.json @@ -4,5 +4,6 @@ "description": "This plugin allows remote control of Electrum lightning wallets via Nostr NIP-47.", "author": "The Electrum Developers", "available_for": ["cmdline", "qt"], + "icon":"nwc.png", "version": "0.0.1" } diff --git a/electrum/plugins/nwc/nwc.png b/electrum/plugins/nwc/nwc.png new file mode 100644 index 000000000..72aa188ad Binary files /dev/null and b/electrum/plugins/nwc/nwc.png differ