mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-03 20:28:21 +02:00
15 lines
296 B
JSON
15 lines
296 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"
|
|
],
|
|
"entryPoints": {
|
|
"service": "Background.qml"
|
|
}
|
|
}
|