mirror of
https://github.com/logos-storage/logos-storage-app-skeleton.git
synced 2026-07-30 10:53:20 +00:00
Add metadata file
This commit is contained in:
parent
de0263332b
commit
ba4214d872
28
metadata.json
Normal file
28
metadata.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user