{
    "version": "7.1.2.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",
    "suggest": {
        ".NET Desktop Runtime 10.0": "versions/windowsdesktop-runtime-10.0",
        "Media streaming support": "main/yt-dlp"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/mpvnet-player/mpv.net/releases/download/v7.1.2.0/mpv.net-v7.1.2.0-portable-x64.zip",
            "hash": "33cba35bc6a8ebbb441a68cb9f3d26c366a2457f6a969ce50b95b0e7dd163431"
        },
        "arm64": {
            "url": "https://github.com/mpvnet-player/mpv.net/releases/download/v7.1.2.0/mpv.net-v7.1.2.0-portable-ARM64.zip",
            "hash": "085bbc3e9c409df0cedb643b769018eb8a2845a22de70b86dac58578aceb15c0"
        }
    },
    "bin": "mpvnet.com",
    "shortcuts": [
        [
            "mpvnet.exe",
            "mpv.net"
        ]
    ],
    "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-x64.zip"
            },
            "arm64": {
                "url": "https://github.com/mpvnet-player/mpv.net/releases/download/v$version/mpv.net-v$version-portable-ARM64.zip"
            }
        }
    }
}
