{
    "version": "1.4.4",
    "description": "Flexible text editor",
    "homepage": "https://chhekur.github.io/colon-ide/",
    "license": "MIT",
    "url": "https://github.com/Chhekur/colon-ide/releases/download/v1.4.4/Colon-Setup-1.4.4.exe#/dl.7z",
    "hash": "sha512:cf8fb3805b9f854f2ea8f2329fa42a5b0739da53e29346da727f573bddda262dbf9122586195c3d7b364c7e54d1a13cc6710c0ed33933f9db9d9587af709203b",
    "architecture": {
        "64bit": {
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse"
            ]
        },
        "32bit": {
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse"
            ]
        }
    },
    "shortcuts": [
        [
            "Colon.exe",
            "Colon"
        ]
    ],
    "checkver": {
        "github": "https://github.com/Chhekur/colon-ide"
    },
    "autoupdate": {
        "url": "https://github.com/Chhekur/colon-ide/releases/download/v$version/Colon-Setup-$version.exe#/dl.7z",
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512: $base64"
        }
    }
}
