{
    "version": "2.0.7.4",
    "homepage": "https://livelywallpaper.net/",
    "description": "A free and open-source software that allows users to set animated desktop wallpapers and screensavers. ",
    "license": "GPL-3.0",
    "suggest": {
        ".NET Desktop Runtime": "extras/windowsdesktop-runtime",
        "vcredist": "extras/vcredist2022"
    },
    "url": "https://github.com/rocksdanister/lively/releases/download/v2.0.7.4/lively_setup_x86_full_v2074.exe",
    "hash": "ae6c0c40b8868a94db9b46306e894897527234a43b46077994098258d533445e",
    "innosetup": true,
    "shortcuts": [
        [
            "Lively.exe",
            "Lively Wallpaper"
        ]
    ],
    "pre_uninstall": [
        "if ($cmd -eq 'uninstall') {",
        "   Remove-ItemProperty 'HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Run' -Name 'Lively' -ErrorAction 'SilentlyContinue' -Force",
        "}"
    ],
    "checkver": {
        "github": "https://github.com/rocksdanister/lively"
    },
    "autoupdate": {
        "url": "https://github.com/rocksdanister/lively/releases/download/v$version/lively_setup_x86_full_v$cleanVersion.exe",
        "hash": {
            "url": "https://github.com/rocksdanister/lively/releases/latest",
            "regex": ">SHA256</h2>\\n+<p>$sha256<"
        }
    }
}
