{
    "version": "1.1.12",
    "description": "Unofficial Telegram Desktop with some enhancements.",
    "homepage": "https://64gr.am",
    "license": {
        "identifier": "GPL-3.0-openssl-exception",
        "url": "https://github.com/TDesktop-x64/tdesktop/blob/dev/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/TDesktop-x64/tdesktop/releases/download/v1.1.12/64Gram_1.1.12_x64.zip",
            "hash": "2a830abed600db02d72b993e08235497a073c9c7fae0a3e80fe8d588f3150632"
        }
    },
    "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\\\" }",
    "bin": [
        [
            "Telegram.exe",
            "64Gram"
        ]
    ],
    "shortcuts": [
        [
            "Telegram.exe",
            "64Gram"
        ]
    ],
    "persist": "tdata",
    "checkver": {
        "github": "https://github.com/TDesktop-x64/tdesktop"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/TDesktop-x64/tdesktop/releases/download/v$version/64Gram_$version_x64.zip"
            }
        }
    }
}
