{
    "version": "3.11.0",
    "description": "Unofficial YouTube Music Desktop App bundled with custom plugins.",
    "homepage": "https://github.com/pear-devs/pear-desktop",
    "license": "MIT",
    "url": "https://github.com/pear-devs/pear-desktop/releases/download/v3.11.0/YouTube-Music-3.11.0.exe#/dl.7z",
    "hash": "cfb3f06d62f786a0aa839b44dbb6da30e579a01d9bbfbb7ad6336ff0f83c52eb",
    "architecture": {
        "64bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" | Out-Null"
        },
        "32bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\" | Out-Null"
        },
        "arm64": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\" | Out-Null"
        }
    },
    "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse",
    "shortcuts": [
        [
            "YouTube Music.exe",
            "Pear Desktop"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/pear-devs/pear-desktop/releases/download/v$version/YouTube-Music-$version.exe#/dl.7z"
    }
}
