{
    "version": "0.8.3",
    "description": "A free, open source, and extensible speech-to-text application that works completely offline.",
    "homepage": "https://handy.computer/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/cjpais/Handy/releases/download/v0.8.3/Handy_0.8.3_x64-setup.exe#/dl.7z",
            "hash": "38d5f186ea4eec8d5af5c37bada683d91a8eda4d9a2fde82df6791b2736c43aa"
        },
        "arm64": {
            "url": "https://github.com/cjpais/Handy/releases/download/v0.8.3/Handy_0.8.3_arm64-setup.exe#/dl.7z",
            "hash": "29771820313c68c6507c5029cab799982e38a726bdfdf0931465b8d0907e423a"
        }
    },
    "installer": {
        "script": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*.exe\" -Force -Recurse"
    },
    "shortcuts": [
        [
            "handy.exe",
            "Handy"
        ]
    ],
    "checkver": {
        "github": "https://github.com/cjpais/Handy"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/cjpais/Handy/releases/download/v$version/Handy_$version_x64-setup.exe#/dl.7z"
            },
            "arm64": {
                "url": "https://github.com/cjpais/Handy/releases/download/v$version/Handy_$version_arm64-setup.exe#/dl.7z"
            }
        }
    }
}
