{
    "version": "1.0.6",
    "description": "A free and open-source tool to visualize your keystrokes in real-time.",
    "homepage": "https://mularahul.github.io/keyviz/",
    "license": "GPL-3.0-only",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/mulaRahul/keyviz/releases/download/v1.0.6/keyviz-v1.0.6.zip",
            "hash": "a72bc18a0da07d7a6adb9c0795fbc8d439146ad009fd99cd622acd90c68edb94"
        }
    },
    "pre_install": "Get-ChildItem \"$dir\" 'keyviz-v*.exe' | Select-Object -First 1 -ExpandProperty FullName | Expand-InnoArchive -Destination \"$dir\" -Removal",
    "shortcuts": [
        [
            "keyviz.exe",
            "Keyviz"
        ]
    ],
    "checkver": {
        "github": "https://github.com/mulaRahul/keyviz"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mulaRahul/keyviz/releases/download/v$version/keyviz-v$version.zip"
            }
        }
    }
}
