From ba4214d872848b1df6add5075941d3613984b3ba Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 12 Jan 2026 18:57:56 +0400 Subject: [PATCH] Add metadata file --- metadata.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 metadata.json diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..b2d3521 --- /dev/null +++ b/metadata.json @@ -0,0 +1,28 @@ +{ + "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/storage_ui_plugin.cpp", + "src/storage_ui_plugin.h", + "src/storagewindow.cpp", + "src/storagewindow.h", + "src/storagewidget.cpp", + "src/storagewidget.h", + "src/storage_ui_resources.qrc" + ] + }, + "capabilities": [ + "ui_components", + "storage" + ] +} \ No newline at end of file