{
    "version": "1.11.0",
    "description": "Cast media from Plex Mobile and Web apps to MPV. (Unofficial)",
    "homepage": "https://github.com/iwalton3/plex-mpv-shim",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/iwalton3/plex-mpv-shim/releases/download/v1.11.0/plex-mpv-shim_1.11.0_installer.exe",
            "hash": "e079ed8301cdb2286fc445debaa93850ebffeb44a039a3be7056ea896c9eb548"
        }
    },
    "innosetup": true,
    "pre_uninstall": [
        "$exe_path = (Resolve-Path \"$dir\\..\\current\\run.exe\").ToString().Replace('\\', '\\\\')",
        "WMIC Process Where \"ExecutablePath='$exe_path'\" Call Terminate | Out-Null"
    ],
    "shortcuts": [
        [
            "run.exe",
            "Plex MPV Shim"
        ]
    ],
    "checkver": {
        "github": "https://github.com/iwalton3/plex-mpv-shim"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/iwalton3/plex-mpv-shim/releases/download/v$version/plex-mpv-shim_$version_installer.exe"
            }
        }
    }
}
