{
    "version": "1.1.0",
    "description": "The \"Activate Windows\" watermark ported to Linux, backported to Windows",
    "homepage": "https://github.com/MrGlockenspiel/activate-linux",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/MrGlockenspiel/activate-linux/releases/download/v1.1.0/activate-windows-clang64.exe#/activate-windows.exe",
            "hash": "ecf82652ccdd7bad962effb378b198b357db5fda0ee5380b39f6f648cd13a94c"
        },
        "32bit": {
            "url": "https://github.com/MrGlockenspiel/activate-linux/releases/download/v1.1.0/activate-windows-mingw32.exe#/activate-windows.exe",
            "hash": "38bd8f673e2387e0080f2be17375314d6251d127fb4f13b3c7a47de6ec64b7e6"
        }
    },
    "bin": "activate-windows.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/MrGlockenspiel/activate-linux/releases/download/v$version/activate-windows-clang64.exe#/activate-windows.exe"
            },
            "32bit": {
                "url": "https://github.com/MrGlockenspiel/activate-linux/releases/download/v$version/activate-windows-mingw32.exe#/activate-windows.exe"
            }
        }
    }
}
