{
    "version": "1.2.50",
    "homepage": "https://threema.ch/en/home",
    "description": "The official desktop client for Threema, a messenger application that puts security and privacy first.",
    "license": "AGPL-3.0",
    "architecture": {
        "64bit": {
            "url": "https://releases.threema.ch/web-electron/v1/release/Threema-Latest.exe#/dl.7z",
            "hash": "9d06c40c05522588325b16d19bfb8334e3afb833a13ed70e34fb64ea44affaee"
        }
    },
    "pre_install": [
        "Remove-Item \"$dir\\Update.exe\"; Get-ChildItem \"$dir\\threema_web-*-full.nupkg\" | Rename-Item -NewName 'threema.nupkg'",
        "Expand-7zipArchive \"$dir\\threema.nupkg\" \"$dir\" -ExtractDir 'lib\\net45' -Removal"
    ],
    "shortcuts": [
        [
            "threema-web.exe",
            "Threema"
        ]
    ],
    "checkver": {
        "url": "https://threema.ch/en/whats-new/desktop",
        "regex": ">Threema\\s([\\d.]+)\\sfor\\sDesktop<"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://releases.threema.ch/web-electron/v$majorVersion/release/Threema-Latest.exe#/dl.7z"
            }
        }
    }
}
