{
    "version": "8820060660",
    "description": "A music player and music collection organizer",
    "homepage": "https://www.strawbs.org/",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://nightly.link/strawberrymusicplayer/strawberry/workflows/build/master/windows-msvc-x86_64-release.zip",
            "hash": "59ccf0209f18f802ea94202687ddff43614dda41e74bf7c0a09d9807f25c37fd"
        },
        "32bit": {
            "url": "https://nightly.link/strawberrymusicplayer/strawberry/workflows/build/master/windows-msvc-x86-release.zip",
            "hash": "9517d5bb770b3bb6f93224e532bce8c8452a9f19c2542076e36d4aa4229906f7"
        }
    },
    "pre_install": [
        "Remove-Item \"$dir/*-Debug-*.exe\"",
        "Expand-7zipArchive \"$dir/StrawberrySetup-*-msvc-x$($architecture.Substring(0, 2)).exe\" \"$dir\" -Removal",
        "Remove-Item \"$dir/`$PLUGINSDIR\" -Recurse"
    ],
    "bin": "strawberry.exe",
    "shortcuts": [
        [
            "strawberry.exe",
            "Strawberry Music Player"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/strawberrymusicplayer/strawberry/actions/workflows/build.yml/runs?branch=master&status=success",
        "jsonpath": "$.workflow_runs[0].id"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://nightly.link/strawberrymusicplayer/strawberry/workflows/build/master/windows-msvc-x86_64-release.zip"
            },
            "32bit": {
                "url": "https://nightly.link/strawberrymusicplayer/strawberry/workflows/build/master/windows-msvc-x86-release.zip"
            }
        }
    }
}
