{
    "version": "2.5.59.13",
    "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.5.59.13/SuperSlicer_2.5.59.13_win64_240701.zip",
            "hash": "aefc6d051b3b3e6e1d1a571d66cb267a09d7cfbe2d8f889a433cd8ac5f787a69",
            "extract_dir": "SuperSlicer_2.5.59.13_win64_240701"
        }
    },
    "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"
            }
        }
    }
}
