Files
pallectrum/electrum/plugins/audio_modem/manifest.json
ThomasV 34a8ec64f8 move audio_modem icons to plugin dir, so that the plugin is self-contained.
This requires changing the API of OverlayControlMixin.addButton
2025-04-15 15:34:01 +02:00

9 lines
245 B
JSON

{
"name": "audio_modem",
"fullname": "Audio MODEM",
"description": "Provides support for air-gapped transaction signing.",
"requires": [["amodem", "http://github.com/romanz/amodem/"]],
"icon":"speaker.png",
"available_for": ["qt"]
}