mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
16 lines
448 B
JSON
16 lines
448 B
JSON
{
|
|
"id": "wallpaperWatcherDaemon",
|
|
"name": "Wallpaper Watcher Daemon",
|
|
"description": "Background daemon that monitors wallpaper changes and logs them",
|
|
"version": "1.0.0",
|
|
"author": "DankMaterialShell",
|
|
"icon": "wallpaper",
|
|
"type": "daemon",
|
|
"component": "./WallpaperWatcherDaemon.qml",
|
|
"settings": "./WallpaperWatcherSettings.qml",
|
|
"permissions": [
|
|
"settings_read",
|
|
"settings_write"
|
|
]
|
|
}
|