{
    "version": "2.1.22",
    "description": "Full featured gcode platform used for interfacing with advanced CNC controllers.",
    "homepage": "https://winder.github.io/ugs_website/",
    "license": "GPL-3.0-only",
    "extract_dir": "ugsplatform-win",
    "architecture": {
        "64bit": {
            "url": "https://github.com/winder/Universal-G-Code-Sender/releases/download/v2.1.22/win64-ugs-platform-app-2.1.22.zip",
            "hash": "c05303b444cf3085830e25995e4299cdf76da9516400489e089c5f1bd2d7e6be",
            "bin": [
                [
                    "bin\\ugsplatform64.exe",
                    "ugsplatform"
                ]
            ],
            "shortcuts": [
                [
                    "bin\\ugsplatform64.exe",
                    "UGS Platform"
                ]
            ]
        },
        "32bit": {
            "url": "https://github.com/winder/Universal-G-Code-Sender/releases/download/v2.1.22/win-ugs-platform-app-2.1.22.zip",
            "hash": "a37f1c9121f092f7cf7efbbd88baf526c824001e2050713e8213509059b37f8f",
            "bin": "bin\\ugsplatform.exe",
            "shortcuts": [
                [
                    "bin\\ugsplatform.exe",
                    "UGS Platform"
                ]
            ]
        }
    },
    "checkver": {
        "github": "https://github.com/winder/Universal-G-Code-Sender"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/winder/Universal-G-Code-Sender/releases/download/v$version/win64-ugs-platform-app-$version.zip"
            },
            "32bit": {
                "url": "https://github.com/winder/Universal-G-Code-Sender/releases/download/v$version/win-ugs-platform-app-$version.zip"
            }
        }
    }
}
