{
    "version": "2.4.58.5",
    "description": "G-code generator for 3D printers (Prusa, Voron, Creality, etc.)",
    "homepage": "https://github.com/supermerill/SuperSlicer",
    "license": "AGPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/supermerill/SuperSlicer/releases/download/2.4.58.5/SuperSlicer_2.4.58.5_win64_220924.zip",
            "hash": "6c17bc8af895033026dca6cfdbb0bd35172625d8a4dd4cfc3147d3ab51f2d5f6",
            "extract_dir": "SuperSlicer_2.4.58.5_win64_220924"
        }
    },
    "bin": "superslicer_console.exe",
    "shortcuts": [
        [
            "superslicer.exe",
            "SuperSlicer"
        ]
    ],
    "checkver": {
        "github": "https://github.com/supermerill/SuperSlicer",
        "regex": "SuperSlicer_([\\d\\.]+)_win64_(?<timestamp64>\\d+)\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/supermerill/SuperSlicer/releases/download/$version/SuperSlicer_$version_win64_$matchTimestamp64.zip",
                "extract_dir": "SuperSlicer_$version_win64_$matchTimestamp64"
            }
        }
    }
}
