{
    "version": "0.2.0",
    "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.0/whkd-0.2.0-x86_64-pc-windows-msvc.zip",
            "hash": "42931185422226ee3fa7ae4edeedcc9b321ef7a52c420d4e758d33f2e86a416f"
        }
    },
    "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"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
