{
    "version": "1.4.8",
    "description": "Experimental Telegram Desktop fork.",
    "homepage": "https://kotatogram.github.io/",
    "license": {
        "identifier": "GPL-3.0-openssl-exception",
        "url": "https://github.com/kotatogram/kotatogram-desktop/blob/dev/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/kotatogram/kotatogram-desktop/releases/download/k1.4.8/1.4.8-win64-portable.zip",
            "hash": "691f09a6d50de6e0a94bba8a6ef18d5b4ffc0e2cf3a849b584d8cbb3543f81a5"
        },
        "32bit": {
            "url": "https://github.com/kotatogram/kotatogram-desktop/releases/download/k1.4.8/1.4.8-win32-portable.zip",
            "hash": "32a8d3fd60de7ffa85bc7488b7fe3b04328eb367472b79b3ae31e40885fe1553"
        }
    },
    "pre_install": "if (Test-Path \"$persist_dir\\log.txt\") { Copy-Item \"$persist_dir\\log.txt\" \"$dir\\\" }",
    "pre_uninstall": "if (Test-Path \"$dir\\log.txt\") { Copy-Item \"$dir\\log.txt\" \"$persist_dir\\\" }",
    "shortcuts": [
        [
            "Kotatogram.exe",
            "Kotatogram"
        ]
    ],
    "persist": "tdata",
    "checkver": {
        "github": "https://github.com/kotatogram/kotatogram-desktop",
        "regex": "Version ([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/kotatogram/kotatogram-desktop/releases/download/k$version/$version-win64-portable.zip"
            },
            "32bit": {
                "url": "https://github.com/kotatogram/kotatogram-desktop/releases/download/k$version/$version-win32-portable.zip"
            }
        }
    }
}
