{
    "version": "0.2.10",
    "description": "A simple hotkey daemon for Windows",
    "homepage": "https://github.com/LGUG2Z/whkd",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/LGUG2Z/whkd/releases/download/v0.2.10/whkd-0.2.10-x86_64-pc-windows-msvc.zip",
            "hash": "1c57d2132a27e288955ed5101125cdb3c9ceb902d72b872ddbb2d7f8ad77a58d"
        },
        "arm64": {
            "url": "https://github.com/LGUG2Z/whkd/releases/download/v0.2.10/whkd-0.2.10-aarch64-pc-windows-msvc.zip",
            "hash": "d32d460aab79f0618c00d3232932b55192b872ccd0ff38d4b1e82f6183cc5fb8"
        }
    },
    "bin": "whkd.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/LGUG2Z/whkd/releases/download/v$version/whkd-$version-x86_64-pc-windows-msvc.zip"
            },
            "arm64": {
                "url": "https://github.com/LGUG2Z/whkd/releases/download/v$version/whkd-$version-aarch64-pc-windows-msvc.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
