{
    "version": "1.2.39",
    "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": "862c43304e25e6716c876069b1eb30f5d778a2b0a82c0d0fc0c9903456f16ce1"
        }
    },
    "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\\sfor\\sDesktop\\s([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://releases.threema.ch/web-electron/v$majorVersion/release/Threema-Latest.exe#/dl.7z"
            }
        }
    }
}
