{
    "##": "Extract to the IDE folder to avoid overwriting manifest.json, which would cause startup failure.",
    "version": "2.3.24300",
    "description": "An AI-powered IDE that makes programming more enjoyable and efficient.",
    "homepage": "https://www.trae.ai",
    "license": "Freeware",
    "architecture": {
        "64bit": {
            "url": "https://lf-cdn.trae.ai/obj/trae-ai-sg/pkg/app/releases/stable/2.3.24300/win32/Trae-Setup-x64.exe",
            "hash": "0f5b2587c94d3ef60cbd46fc3c3dec9da9ade36e03aefbfba9c8e452a1f0f895"
        }
    },
    "innosetup": true,
    "extract_dir": "{code_GetDestDir}",
    "extract_to": "IDE",
    "bin": "IDE\\bin\\trae.cmd",
    "shortcuts": [
        [
            "IDE\\Trae.exe",
            "Trae"
        ]
    ],
    "checkver": {
        "url": "https://api.trae.ai/icube/api/v1/native/version/trae/latest",
        "jsonpath": "$.data.manifest.win32.version"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://lf-cdn.trae.ai/obj/trae-ai-sg/pkg/app/releases/stable/$version/win32/Trae-Setup-x64.exe"
            }
        }
    }
}
