{
    "version": "1.8.0",
    "description": "Control the mouse with the keyboard (rewrite of keynav for Windows).",
    "homepage": "https://github.com/lesderid/keynavish",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/lesderid/keynavish/releases/download/v1.8.0/keynavish-v1.8.0-x86_64.exe#/keynavish.exe",
            "hash": "2ac1cc1b844d2fb2c59b9b149a1e78327894d9f10b58feed761ed064f9c18026"
        },
        "32bit": {
            "url": "https://github.com/lesderid/keynavish/releases/download/v1.8.0/keynavish-v1.8.0-x86.exe#/keynavish.exe",
            "hash": "98d3ef72f7311c00d83ef0e537104bc5b4ce02cc95c294506acac98e543352d1"
        }
    },
    "pre_install": [
        "if (!(Test-Path \"$persist_dir\\keynavrc\")) {",
        "    New-Item \"$dir\\keynavrc\" -ItemType File | Out-Null",
        "}"
    ],
    "bin": "keynavish.exe",
    "shortcuts": [
        [
            "keynavish.exe",
            "Keynavish"
        ]
    ],
    "persist": "keynavrc",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/lesderid/keynavish/releases/download/v$version/keynavish-v$version-x86_64.exe#/keynavish.exe"
            },
            "32bit": {
                "url": "https://github.com/lesderid/keynavish/releases/download/v$version/keynavish-v$version-x86.exe#/keynavish.exe"
            }
        }
    }
}
