{
    "version": "26.2.17.0",
    "description": "Sucrose is a versatile wallpaper engine that brings life to your desktop with a wide range of interactive wallpapers.",
    "homepage": "https://github.com/Taiizor/Sucrose",
    "license": "GPL-3.0",
    "architecture": {
        "32bit": {
            "url": "https://github.com/Taiizor/Sucrose/releases/download/v26.2.17.0/Sucrose_Bundle_.NET_Framework_4.8_x86_26.2.17.0.exe",
            "hash": "c9971f4ad8e2b4ea62626b8ce8a7de5614def14ea78aef863f58e855991aa290",
            "installer": {
                "script": "Start-Process \"$dir\\Sucrose_Bundle_.NET_Framework_4.8_x86_$version.exe\" -ArgumentList '/s' -Wait"
            }
        },
        "64bit": {
            "url": "https://github.com/Taiizor/Sucrose/releases/download/v26.2.17.0/Sucrose_Bundle_.NET_Framework_4.8_x64_26.2.17.0.exe",
            "hash": "69e376305e2c216ebeab2b514958ddb291f236499b59f042afaa14495f53e6bd",
            "installer": {
                "script": "Start-Process \"$dir\\Sucrose_Bundle_.NET_Framework_4.8_x64_$version.exe\" -ArgumentList '/s' -Wait"
            }
        },
        "arm64": {
            "url": "https://github.com/Taiizor/Sucrose/releases/download/v26.2.17.0/Sucrose_Bundle_.NET_Framework_4.8_ARM64_26.2.17.0.exe",
            "hash": "b11d757175a36c6429993c4cd490e2f8d6f9e11a2edd2cbbfa8ed36a8870c32c",
            "installer": {
                "script": "Start-Process \"$dir\\Sucrose_Bundle_.NET_Framework_4.8_ARM64_$version.exe\" -ArgumentList '/s' -Wait"
            }
        }
    },
    "uninstaller": {
        "script": "Start-Process (Get-ItemProperty HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Sucrose).UninstallString -Wait"
    },
    "checkver": {
        "github": "https://github.com/Taiizor/Sucrose"
    },
    "autoupdate": {
        "architecture": {
            "32bit": {
                "url": "https://github.com/Taiizor/Sucrose/releases/download/v$version/Sucrose_Bundle_.NET_Framework_4.8_x86_$version.exe"
            },
            "64bit": {
                "url": "https://github.com/Taiizor/Sucrose/releases/download/v$version/Sucrose_Bundle_.NET_Framework_4.8_x64_$version.exe"
            },
            "arm64": {
                "url": "https://github.com/Taiizor/Sucrose/releases/download/v$version/Sucrose_Bundle_.NET_Framework_4.8_ARM64_$version.exe"
            }
        }
    }
}
