{
    "version": "7.0.0",
    "description": "SoundCloud desktop application",
    "homepage": "https://soundnode.github.io/soundnode-website/",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Soundnode/soundnode-app/releases/download/7.0.0/Soundnode-win32-x64.zip",
            "hash": "c8632328243c612ccb5d5751699db29cc054064c9d168ebea9a5e28aaa9f994d",
            "extract_dir": "Soundnode-win32-x64"
        }
    },
    "bin": "Soundnode.exe",
    "shortcuts": [
        [
            "Soundnode.exe",
            "Soundnode"
        ]
    ],
    "checkver": {
        "github": "https://github.com/Soundnode/soundnode-app"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Soundnode/soundnode-app/releases/download/$version/Soundnode-win32-x64.zip"
            }
        },
        "hash": {
            "url": "https://github.com/Soundnode/soundnode-app/releases/tag/$version",
            "regex": "(?sm)$basename.*$sha256"
        }
    }
}
