{
    "version": "2.3.8",
    "description": "Official Arduino IDE (Release Candidate)",
    "homepage": "https://www.arduino.cc/en/software",
    "license": "AGPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/arduino/arduino-ide/releases/download/2.3.8/arduino-ide_2.3.8_Windows_64bit.zip",
            "hash": "17879b5550b659b46cfe6b788d2f15428246c24e7dabed4826bb225cfeb27665"
        }
    },
    "shortcuts": [
        [
            "Arduino IDE.exe",
            "Arduino IDE"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/arduino/arduino-ide/releases",
        "regex": "tag/([\\d.]+(-rc\\d+)?)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/arduino/arduino-ide/releases/download/$version/arduino-ide_$version_Windows_64bit.zip"
            }
        }
    }
}
