{
    "version": "4.0.1-dev.36",
    "description": "Nightly builds for spotify-qt",
    "homepage": "https://github.com/kraxarn/spotify-qt-nightly",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/kraxarn/spotify-qt-nightly/releases/download/latest/spotify-qt-v4.0.1-dev.36-win64.zip",
            "hash": "e456e5670711ab70ebbaecc483a2328ff259362188f014223cc94c1c7ca30131"
        }
    },
    "shortcuts": [
        [
            "spotify-qt.exe",
            "spotify-qt"
        ]
    ],
    "bin": "spotify-qt.exe",
    "checkver": {
        "github": "https://api.github.com/repos/kraxarn/spotify-qt-nightly/releases/latest",
        "jsonpath": "$.assets[0].name",
        "regex": "\\Aspotify-qt-v([\\w.-]+)-win(?:64|32)\\.zip\\Z"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/kraxarn/spotify-qt-nightly/releases/download/latest/spotify-qt-v$version-win64.zip"
            }
        }
    }
}
