{
    "version": "1.0.23",
    "description": "A music player and music collection organizer",
    "homepage": "https://www.strawberrymusicplayer.org/",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://files.strawberrymusicplayer.org/StrawberrySetup-1.0.23-mingw-x64.exe#/dl.7z",
            "hash": "93980ee2cd99f67e69941cdb796b67f0a60d1e6669ca28d1240f197e12f86d5d"
        },
        "32bit": {
            "url": "https://files.strawberrymusicplayer.org/StrawberrySetup-1.0.23-mingw-x86.exe#/dl.7z",
            "hash": "87591dc6dea74c6fa2277ec50b240f153178bf90f24d1b9a22bbf25e17e53f26"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse",
    "bin": "strawberry.exe",
    "shortcuts": [
        [
            "strawberry.exe",
            "Strawberry Music Player"
        ]
    ],
    "checkver": {
        "github": "https://github.com/strawberrymusicplayer/strawberry"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://files.strawberrymusicplayer.org/StrawberrySetup-$version-mingw-x64.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://files.strawberrymusicplayer.org/StrawberrySetup-$version-mingw-x86.exe#/dl.7z"
            }
        }
    }
}
