{
    "version": "4.14.12",
    "description": "A messaging app with a focus on speed and security",
    "homepage": "https://telegram.org",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v4.14.12/tportable-x64.4.14.12.zip",
            "hash": "26dacb90a936f9a7f6697590072605e18c7d185b43f89e68bbedf7700adaa69f"
        },
        "32bit": {
            "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v4.14.12/tportable.4.14.12.zip",
            "hash": "79c29c817223a1b51d34c1093c4a6f4a88282467779faecd635f7eebcc8d7def"
        }
    },
    "extract_dir": "Telegram",
    "pre_install": "Set-Content \"$dir\\telegram.cmd\" '@start \"Telegram\" /D \"%~dp0\" \"%~dp0Telegram.exe\" %*' -Encoding Ascii",
    "bin": "telegram.cmd",
    "shortcuts": [
        [
            "Telegram.exe",
            "Telegram"
        ]
    ],
    "persist": "tdata",
    "checkver": {
        "github": "https://github.com/telegramdesktop/tdesktop"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v$version/tportable-x64.$version.zip"
            },
            "32bit": {
                "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v$version/tportable.$version.zip"
            }
        }
    }
}
