logos-blockchain-ui/metadata.json
Khushboo-dev-cpp fd788ebbcb Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-18 21:07:11 +01:00

28 lines
657 B
JSON

{
"name": "blockchain_ui",
"version": "1.0.0",
"description": "Blockchain UI module for the Logos application",
"author": "Logos Blockchain Team",
"type": "ui",
"main": "blockchain_ui",
"icon": ":/icons/blockchain.png",
"dependencies": ["liblogos-blockchain-module"],
"category": "blockchain",
"build": {
"type": "cmake",
"files": [
"src/BlockchainPlugin.cpp",
"src/BlockchainPlugin.h",
"src/BlockchainBackend.cpp",
"src/BlockchainBackend.h",
"src/LogModel.cpp",
"src/LogModel.h",
"src/blockchain_resources.qrc"
]
},
"capabilities": [
"ui_components",
"blockchain"
]
}