{
    "version": "7.1.0.0",
    "description": "A modern media player for Windows that works just like mpv",
    "homepage": "https://github.com/mpvnet-player/mpv.net",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mpvnet-player/mpv.net/releases/download/v7.1.0.0/mpv.net-v7.1.0.0-portable.zip",
            "hash": "85564f8d585fa971208f0a68dfd69803fa4098f8df79d34f48595ae31c16c0a5"
        }
    },
    "bin": "mpvnet.com",
    "shortcuts": [
        [
            "mpvnet.exe",
            "mpv.net"
        ]
    ],
    "suggest": {
        ".NET 6.0 Runtime": "versions/windowsdesktop-runtime-6.0",
        "Media streaming support": "main/yt-dlp"
    },
    "persist": "portable_config",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mpvnet-player/mpv.net/releases/download/v$version/mpv.net-v$version-portable.zip"
            }
        }
    }
}
