{ "version": "6.4.3", "description": "Fork of Telegram Desktop messaging app.", "homepage": "https://t.me/forkgram", "license": { "identifier": "GPL-3.0-openssl-exception", "url": "https://github.com/Forkgram/tdesktop/blob/dev/LICENSE" }, "url": "https://github.com/Forkgram/tdesktop/releases/download/v6.4.3/Telegram.zip", "hash": "0bb292d99241e436820c3eaadaf72f50272eec56b6df65bfb02b16ed10863a81", "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", [ "Telegram.exe", "Forkgram" ] ], "shortcuts": [ [ "Telegram.exe", "Forkgram" ] ], "persist": "tdata", "checkver": { "github": "https://github.com/Forkgram/tdesktop" }, "autoupdate": { "url": "https://github.com/Forkgram/tdesktop/releases/download/v$version/Telegram.zip" } }