{
    "version": "1.0.2",
    "description": "Fast, configurable and easy to use image viewer with video support",
    "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-video.zip",
            "hash": "5476268f5f237fbb4dbd840ac626dc63f54007ab6d79a130e31dafeba35142ed"
        }
    },
    "extract_dir": "qimgv",
    "bin": "qimgv.exe",
    "shortcuts": [
        [
            "qimgv.exe",
            "qimgv"
        ]
    ],
    "persist": [
        "cache",
        "conf",
        "thumbnails"
    ],
    "checkver": {
        "github": "https://github.com/easymodo/qimgv",
        "regex": "qimgv-x64_([\\d.-]+)-video\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/easymodo/qimgv/releases/download/v$version/qimgv-x64_$version-video.zip"
            }
        }
    }
}
