{
    "version": "23.12",
    "description": "A clone of Media Player Classic reimplemented in Qt.",
    "homepage": "https://github.com/mpc-qt/mpc-qt",
    "license": "GPL-2.0-only",
    "suggest": {
        "yt-dlp": "yt-dlp"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/mpc-qt/mpc-qt/releases/download/v23.12/mpc-qt-win-x64-2312.zip",
            "hash": "0c13736c8f5759fb0e953a7b866751232ed42bdf676875418b8660f93c37c055"
        }
    },
    "bin": "mpc-qt.exe",
    "shortcuts": [
        [
            "mpc-qt.exe",
            "MPC QT"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mpc-qt/mpc-qt/releases/download/v$version/mpc-qt-win-x64-$cleanVersion.zip"
            }
        }
    }
}
