mirror of
https://github.com/logos-blockchain/logos-execution-zone-wallet-ui.git
synced 2026-02-27 19:53:10 +00:00
23 lines
613 B
JSON
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"]
|
|
}
|