{
    "version": "02.06.00.51",
    "description": "Bambu Studio is an open-source, cutting-edge, feature-rich slicing software for BambuLab and other 3D printers",
    "homepage": "https://github.com/bambulab/BambuStudio",
    "license": "AGPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/bambulab/BambuStudio/releases/download/v02.06.00.51/Bambu_Studio_win-v02.06.00.51-20260417160415.zip",
            "hash": "aa401dd6e848a986cff17b4a07b4af774ecf3c588e2faaec660f96d21657373c"
        }
    },
    "shortcuts": [
        [
            "bambu-studio.exe",
            "Bambu Studio"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/bambulab/BambuStudio/releases/latest",
        "jsonpath": "$..assets[?(@.browser_download_url =~ /Bambu_Studio_win-.*\\.zip/i)].browser_download_url",
        "regex": "download/(?<tag>(?:v|V)?(?<version>[\\d.]+))/(?<filename>Bambu_Studio_win-.*\\.zip)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/bambulab/BambuStudio/releases/download/$matchTag/$matchFilename"
            }
        }
    }
}
