{
    "version": "2.10.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.10.0/jellyfin-mpv-shim_2.10.0_installer.exe",
            "hash": "120f29af6ec795914236e2d4d087132c7cd8c13484de1f009599430187151ce9"
        },
        "32bit": {
            "url": "https://github.com/jellyfin/jellyfin-mpv-shim/releases/download/v2.10.0/jellyfin-mpv-shim_2.10.0_LEGACY32_installer.exe",
            "hash": "23af117178606773f1a4ef652a370d9129f95d6b9a25c6fa4f413a510dede79c"
        }
    },
    "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"
            }
        }
    }
}
