{
    "version": "0.1.9",
    "description": "Scan a QR code in the terminal using the system camera or a given image",
    "homepage": "https://github.com/sayanarijit/qrscan",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/sayanarijit/qrscan/releases/download/v0.1.9/qrscan-0.1.9-x86_64-pc-windows-msvc.zip",
            "hash": "92c6f42490aa8b18d006dd40e76ce086bb335a8745ab13f824e0907cc01830f1"
        },
        "32bit": {
            "url": "https://github.com/sayanarijit/qrscan/releases/download/v0.1.9/qrscan-0.1.9-i686-pc-windows-msvc.zip",
            "hash": "e50bd3242db188aee3ea2c963a0aca104b1f343644840db0b205c9a9ee782dc5"
        }
    },
    "extract_dir": "qrscan-0.1.9",
    "bin": "qrscan.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/sayanarijit/qrscan/releases/download/v$version/qrscan-$version-x86_64-pc-windows-msvc.zip"
            },
            "32bit": {
                "url": "https://github.com/sayanarijit/qrscan/releases/download/v$version/qrscan-$version-i686-pc-windows-msvc.zip"
            }
        },
        "extract_dir": "qrscan-$version"
    }
}
