2026-02-23 13:28:12 +01:00

23 lines
613 B
JSON

{
"name": "logos_execution_zone_wallet_ui",
"version": "1.0.0",
"description": "Execution Zone Wallet UI module for the Logos application",
"author": "Logos Blockchain Team",
"type": "ui",
"main": "logos_execution_zone_wallet_ui",
"icon": "",
"dependencies": ["liblogos_execution_zone_wallet_module"],
"category": "wallet",
"build": {
"type": "cmake",
"files": [
"src/LEZWalletPlugin.cpp",
"src/LEZWalletPlugin.h",
"src/LEZWalletBackend.cpp",
"src/LEZWalletBackend.h",
"src/wallet_resources.qrc"
]
},
"capabilities": ["ui_components", "wallet"]
}