{
    "version": "6.1",
    "description": "Practical and minimal image viewer",
    "homepage": "https://interversehq.com/qview/",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/jurplel/qView/releases/download/6.1/qView-6.1-win64.zip",
            "hash": "1c82b9c89cd9b1c6a9ecc9a7a52507e1eb7512ad79002331f0ba7a3c7657aae0"
        },
        "32bit": {
            "url": "https://github.com/jurplel/qView/releases/download/6.1/qView-6.1-win32.zip",
            "hash": "4157897ce58e104c852187a735d4c24d6cb6ef86d3af616881efa1fae1bfe24b"
        }
    },
    "extract_dir": "qView",
    "bin": "qView.exe",
    "shortcuts": [
        [
            "qView.exe",
            "qView"
        ]
    ],
    "checkver": {
        "github": "https://github.com/jurplel/qView"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/jurplel/qView/releases/download/$version/qView-$version-win64.zip"
            },
            "32bit": {
                "url": "https://github.com/jurplel/qView/releases/download/$version/qView-$version-win32.zip"
            }
        }
    }
}
