mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
15 lines
388 B
JSON
15 lines
388 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.dev-gallery",
|
|
"name": "Dev gallery",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Visual reference for omarchy-shell common UI components. Summon with: omarchy-shell shell summon omarchy.dev-gallery '{}' (or run: omarchy dev ui-preview).",
|
|
"kinds": [
|
|
"panel"
|
|
],
|
|
"entryPoints": {
|
|
"panel": "GalleryPanel.qml"
|
|
}
|
|
}
|