{ "name": "storage_ui", "version": "1.0.0", "description": "Storage interface for the Logos application", "author": "Logos Core Team", "type": "ui", "main": "storage_ui", "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" ] }