{
    "version": "4.10.0_rev0",
    "description": "Create, compose and simulate any robot.",
    "homepage": "https://www.coppeliarobotics.com",
    "license": {
        "identifier": "CoppeliaSim Educational License",
        "url": "https://manual.coppeliarobotics.com/en/licensing.htm"
    },
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://downloads.coppeliarobotics.com/V4_10_0_rev0/CoppeliaSim_Edu_V4_10_0_rev0_Win.zip",
            "hash": "fd265fdabeddef7e9586501dfc9937251a59e990804e728948ed79cab96cd474"
        }
    },
    "bin": "coppeliaSim.exe",
    "shortcuts": [
        [
            "coppeliaSim.exe",
            "CoppeliaSim Edu"
        ]
    ],
    "checkver": {
        "url": "https://www.coppeliarobotics.com/downloads?flavor=edu&platform=win-x86_64-zip",
        "regex": "CoppeliaSim_Edu_V(\\d+)_(\\d+)_(\\d+)?(_rev[\\d]+)?_?Win\\.zip",
        "replace": "${1}.${2}.${3}${4}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://downloads.coppeliarobotics.com/V$underscoreVersion/CoppeliaSim_Edu_V$underscoreVersion_Win.zip"
            }
        }
    }
}
