mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 20:28:23 +02:00
12 lines
373 B
JSON
12 lines
373 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-ipc shell summon omarchy.dev-gallery '{}'",
|
|
"kinds": ["panel"],
|
|
"activation": "on-demand",
|
|
"entryPoints": { "panel": "GalleryPanel.qml" }
|
|
}
|