blob: 6e0839561b124b125c19d675c499f1fbe620a88b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"id": "wallpaperWatcherDaemon",
"name": "Wallpaper Watcher Daemon",
"description": "Background daemon that monitors wallpaper changes and logs them",
"version": "1.0.0",
"author": "DankMaterialShell",
"type": "daemon",
"capabilities": ["wallpaper", "monitoring"],
"component": "./WallpaperWatcherDaemon.qml",
"icon": "wallpaper",
"settings": "./WallpaperWatcherSettings.qml",
"permissions": [
"settings_read",
"settings_write"
]
}
|