{
    "version": "1.70.200",
    "description": "A modern and open IDE for cloud and desktop. Theia platform based. Formerly “Theia Blueprint”.",
    "homepage": "https://theia-ide.org/#theiaide",
    "license": "EPL-2.0, GPL-2.0, MIT",
    "notes": "Settings are stored in '%APPDATA%\\Theia IDE', and are not persisted by Scoop.",
    "architecture": {
        "64bit": {
            "url": "https://www.eclipse.org/downloads/download.php?mirror_id=1&file=/theia/ide/1.70.200/windows/TheiaIDESetup-1.70.200.exe#/dl.7z",
            "hash": "sha512:00e7cc6d80bd1a2d89af7f97abeb2e6ec6a4f7b79820333269fe0dbe18e21646173309e53bea7d81ccb3923d3cb5b17c5e6a413b9ee5903d99d60146fa337742"
        }
    },
    "extract_dir": "$PLUGINSDIR",
    "installer": {
        "script": "Expand-7zipArchive \"$dir\\app-64.7z\" \"$dir\" -Removal"
    },
    "bin": "TheiaIDE.exe",
    "shortcuts": [
        [
            "TheiaIDE.exe",
            "TheiaIDE"
        ]
    ],
    "checkver": {
        "url": "https://download.eclipse.org/theia/ide/latest/windows/latest.yml",
        "regex": "version: ([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.eclipse.org/downloads/download.php?mirror_id=1&file=/theia/ide/$version/windows/TheiaIDESetup-$version.exe#/dl.7z",
                "hash": {
                    "url": "https://download.eclipse.org/theia/ide/latest/windows/latest.yml",
                    "regex": "sha512: $base64"
                }
            }
        }
    }
}
