Files
arthur-os/shell/plugins/dev-gallery/manifest.json
T

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