logos-blockchain-ui/metadata.json

28 lines
657 B
JSON
Raw Normal View History

2026-02-11 20:39:32 +01:00
{
"name": "blockchain_ui",
"version": "1.0.0",
"description": "Blockchain UI module for the Logos application",
"author": "Logos Blockchain Team",
"type": "ui",
"main": "blockchain_ui",
2026-02-17 21:22:38 +01:00
"icon": ":/icons/blockchain.png",
"dependencies": ["liblogos-blockchain-module"],
2026-02-11 20:39:32 +01:00
"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"
]
}