{
    "version": "2.2.1.0",
    "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 9.0": "versions/windowsdesktop-runtime-9.0",
        "vcredist": "extras/vcredist2022"
    },
    "url": "https://github.com/rocksdanister/lively/releases/download/v2.2.1.0/lively_setup_x86_full_v2210.exe",
    "hash": "98f4e96bb8e2c416384eeaf48016eadaea9dce8263b8d212052775ebcf2d7e34",
    "innosetup": true,
    "bin": "Lively.exe",
    "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<"
        }
    }
}
