{
    "version": "1.4.1.0",
    "description": "EXIF metadata viewing tool",
    "homepage": "https://github.com/d2phap/ExifGlass",
    "license": "GPL-3.0-or-later",
    "depends": "main/exiftool",
    "architecture": {
        "64bit": {
            "url": "https://github.com/d2phap/ExifGlass/releases/download/1.4.1.0/ExifGlass_1.4.1.0_net8_x64.zip",
            "hash": "068e9c136862efe74664d4d2a56e0fa8e70a6860faa4e0ff52a8ce0e27200570",
            "extract_dir": "ExifGlass_1.4.1.0_net8_x64"
        }
    },
    "shortcuts": [
        [
            "ExifGlass.exe",
            "ExifGlass"
        ]
    ],
    "checkver": {
        "url": "https://api.github.com/repositories/610811824/releases/latest",
        "jsonpath": "$.assets..browser_download_url",
        "regex": "ExifGlass_([\\d.]+)_net(?<dotnetver>\\d+)_x64\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/d2phap/ExifGlass/releases/download/$version/ExifGlass_$version_net$matchDotnetver_x64.zip",
                "extract_dir": "ExifGlass_$version_net$matchDotnetver_x64"
            }
        }
    }
}
