{
    "version": "4.0.4",
    "description": "Lightweight Spotify client using Qt",
    "homepage": "https://github.com/kraxarn/spotify-qt",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/kraxarn/spotify-qt/releases/download/v4.0.4/spotify-qt-v4.0.4-win64.zip",
            "hash": "c1d81bde4608910207b5e651a70e1bafcc835b611b4bd472f6c817186d02c5c6"
        }
    },
    "shortcuts": [
        [
            "spotify-qt.exe",
            "spotify-qt"
        ]
    ],
    "bin": "spotify-qt.exe",
    "checkver": {
        "github": "https://api.github.com/repos/kraxarn/spotify-qt/releases/latest",
        "jsonpath": "$.tag_name",
        "regex": "\\Av([\\d.-]+)\\Z"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/kraxarn/spotify-qt/releases/download/v$matchHead/spotify-qt-v$version-win64.zip"
            }
        }
    }
}
