{
    "version": "1.42.2",
    "description": "Email-based secure instant messaging",
    "homepage": "https://delta.chat/en/",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://download.delta.chat/desktop/v1.42.2/DeltaChat%201.42.2.exe#/dl.7z",
            "hash": "e7b897ec6a7c3191f25fbfaf26e3c37bfde68fbee6f6f7c8772c14a921786fc5",
            "installer": {
                "script": [
                    "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                    "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse"
                ]
            }
        }
    },
    "shortcuts": [
        [
            "DeltaChat.exe",
            "DeltaChat"
        ]
    ],
    "checkver": {
        "url": "https://delta.chat/en/download",
        "regex": "desktop/v([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.delta.chat/desktop/v$version/DeltaChat%20$version.exe#/dl.7z"
            }
        }
    }
}
