mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-04 20:28:23 +02:00
12 lines
309 B
JSON
12 lines
309 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.background",
|
|
"name": "Background",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Desktop background renderer with click handling and transitions",
|
|
"kinds": ["service"],
|
|
"activation": "startup",
|
|
"entryPoints": { "service": "Background.qml" }
|
|
}
|