Add metadata file

This commit is contained in:
Arnaud 2026-01-12 18:57:56 +04:00
parent de0263332b
commit ba4214d872
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

28
metadata.json Normal file
View File

@ -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"
]
}