{
    "version": "2.43.2",
    "description": "Tool for customizing the Spotify client.",
    "homepage": "https://spicetify.app/",
    "license": "LGPL-2.1-only",
    "notes": "Make sure to set 'spotify_path' to the directory of your Spotify installation in the Spicetify config",
    "suggest": {
        "Spotify": "extras/spotify"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/spicetify/cli/releases/download/v2.43.2/spicetify-2.43.2-windows-x64.zip",
            "hash": "fc6ed7b67f15a8e49e6f676ca0511b63ef74736c05593966abf20a90e06aa80d"
        },
        "32bit": {
            "url": "https://github.com/spicetify/cli/releases/download/v2.43.2/spicetify-2.43.2-windows-x32.zip",
            "hash": "70a2a17fbb6538027d599ebebb63be99440274a56a2efbbb8a0ec077cb443e46"
        }
    },
    "bin": "spicetify.exe",
    "checkver": {
        "github": "https://github.com/spicetify/cli"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/spicetify/cli/releases/download/v$version/spicetify-$version-windows-x64.zip"
            },
            "32bit": {
                "url": "https://github.com/spicetify/cli/releases/download/v$version/spicetify-$version-windows-x32.zip"
            }
        }
    }
}
