{
    "version": "11.0.2",
    "description": "A customizable desktop music player with a clean interface.",
    "homepage": "https://moosync.app",
    "license": {
        "identifier": "GPL-3.0-or-later",
        "url": "https://github.com/Moosync/Moosync/blob/HEAD/COPYING"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/Moosync/Moosync/releases/download/Moosync-v11.0.2/Moosync_11.0.2_x64-setup.exe",
            "hash": "3798b8f46332bef419695044d2a34166d5402fde4289961a265b82d44214a4d3"
        }
    },
    "installer": {
        "script": "Expand-7zipArchive -Path \"$dir\\$fname\" -DestinationPath $dir -Switches '-xr!$* -xr!unins*' -Removal"
    },
    "bin": "Moosync.exe",
    "shortcuts": [
        [
            "Moosync.exe",
            "Moosync"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/Moosync/Moosync/releases/latest",
        "jsonpath": "$.assets[?(@.name =~ /x64.+\\.exe$/i)].browser_download_url",
        "regex": "(?i)download/Moosync-v([\\d.]+)/(?<name>[^\"]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Moosync/Moosync/releases/download/Moosync-v$version/$matchName"
            }
        }
    }
}
