{
    "version": "3.11",
    "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/v3.11/spotify-qt-v3.11-win64.zip",
            "hash": "1b180e1a753b62728eeac76d81d3763471cf82615a500f351d9e4ea53b7cef5f"
        },
        "32bit": {
            "url": "https://github.com/kraxarn/spotify-qt/releases/download/v3.11/spotify-qt-v3.11-win32.zip",
            "hash": "836cae27d5f789519545c2618b572fda72adbb0301307cad16ec5815c9c27024"
        }
    },
    "shortcuts": [
        [
            "spotify-qt.exe",
            "spotify-qt"
        ]
    ],
    "bin": "spotify-qt.exe",
    "checkver": {
        "url": "https://api.github.com/repositories/239120579/releases/latest",
        "jsonpath": "$.tag_name",
        "regex": "v([\\d.-]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/kraxarn/spotify-qt/releases/download/v$matchHead/spotify-qt-v$version-win64.zip"
            },
            "32bit": {
                "url": "https://github.com/kraxarn/spotify-qt/releases/download/v$matchHead/spotify-qt-v$version-win32.zip"
            }
        }
    }
}
