{
    "version": "5.19.0",
    "description": "Made for developers, edit your BPMN process diagrams and DMN decision tables.",
    "homepage": "https://camunda.org/download/modeler/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/camunda/camunda-modeler/releases/download/v5.19.0/camunda-modeler-5.19.0-win-x64.zip",
            "hash": "5c3f8066923369cf97c52105823f4ff37c690d728b4d9a7f0a51caf322037b37"
        },
        "32bit": {
            "url": "https://github.com/camunda/camunda-modeler/releases/download/v5.19.0/camunda-modeler-5.19.0-win-ia32.zip",
            "hash": "2fe75636d41c91ad6ec552cfa80ca655a0b98c8ca8cfdce87a77e444d00cb8f6"
        }
    },
    "bin": "Camunda Modeler.exe",
    "shortcuts": [
        [
            "Camunda Modeler.exe",
            "Camunda Modeler"
        ]
    ],
    "checkver": {
        "github": "https://github.com/camunda/camunda-modeler"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/camunda/camunda-modeler/releases/download/v$version/camunda-modeler-$version-win-x64.zip"
            },
            "32bit": {
                "url": "https://github.com/camunda/camunda-modeler/releases/download/v$version/camunda-modeler-$version-win-ia32.zip"
            }
        }
    }
}
