{
    "version": "2.6.0",
    "description": "A fully featured, cross-platform desktop and cast client for Jellyfin",
    "homepage": "https://github.com/jellyfin/jellyfin-mpv-shim",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/jellyfin/jellyfin-mpv-shim/releases/download/v2.6.0/jellyfin-mpv-shim_2.6.0_installer.exe",
            "hash": "59b2b82fa6ac104299fbd46445906da9cd85871d08edbcf584762cf487efabfc"
        },
        "32bit": {
            "url": "https://github.com/jellyfin/jellyfin-mpv-shim/releases/download/v2.6.0/jellyfin-mpv-shim_2.6.0_LEGACY32_installer.exe",
            "hash": "a47b87192e3731089e73a00255391c46827b1137655cb4baaf796028e4ed3b54"
        }
    },
    "innosetup": true,
    "shortcuts": [
        [
            "run.exe",
            "Jellyfin MPV Shim"
        ]
    ],
    "checkver": {
        "github": "https://github.com/jellyfin/jellyfin-mpv-shim"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/jellyfin/jellyfin-mpv-shim/releases/download/v$version/jellyfin-mpv-shim_$version_installer.exe"
            },
            "32bit": {
                "url": "https://github.com/jellyfin/jellyfin-mpv-shim/releases/download/v$version/jellyfin-mpv-shim_$version_LEGACY32_installer.exe"
            }
        }
    }
}
