{
    "version": "1.0.2",
    "description": "Qt5 image viewer",
    "homepage": "https://github.com/easymodo/qimgv",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/easymodo/qimgv/releases/download/v1.0.2/qimgv-x64_1.0.2.zip",
            "hash": "17600bcde1f3c5b2bc7fdbabe0f1679c16bdf9ff4b34656826faa2d768344135"
        }
    },
    "extract_dir": "qimgv",
    "bin": "qimgv.exe",
    "shortcuts": [
        [
            "qimgv.exe",
            "qimgv"
        ]
    ],
    "persist": [
        "conf",
        "thumbnails"
    ],
    "checkver": {
        "github": "https://github.com/easymodo/qimgv",
        "regex": "qimgv-x64_([\\d.-]+)\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/easymodo/qimgv/releases/download/v$version/qimgv-x64_$version.zip"
            }
        }
    }
}
