2026-02-19 19:55:22 +01:00

28 lines
650 B
JSON

{
"name": "storage_ui",
"version": "1.0.0",
"description": "Storage interface for the Logos application",
"author": "Logos Core Team",
"type": "ui",
"main": "storage_ui",
"icon": ":/icons/storage.png",
"dependencies": [
"storage_module"
],
"category": "storage",
"build": {
"type": "cmake",
"files": [
"src/StorageUIPlugin.cpp",
"src/StorageUIPlugin.h",
"src/StorageBackend.cpp",
"src/StorageBackend.h",
"src/storage_resources.qrc"
]
},
"capabilities": [
"ui_components",
"storage"
]
}