Files
arthur-os/shell/plugins/background/manifest.json
T

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