{
    "version": "3.121.4",
    "description": "The official desktop client for Tutanota, the email service with a strong focus on security and privacy.",
    "homepage": "https://tutanota.com/",
    "license": "GPL-3.0",
    "architecture": {
        "64bit": {
            "url": "https://mail.tutanota.com/desktop/tutanota-desktop-win.exe#/dl.7z",
            "hash": "b7e53a7841a11d46ce5a95a746240895e37da851339fcaef69d6c97ba1e211ef"
        }
    },
    "extract_dir": "$PLUGINSDIR",
    "pre_install": "Expand-7zipArchive \"$dir\\app-64.7z\" \"$dir\" -Removal",
    "shortcuts": [
        [
            "Tuta Mail Desktop.exe",
            "Tuta Mail Desktop"
        ]
    ],
    "checkver": {
        "url": "https://github.com/tutao/tutanota/tags",
        "regex": "tutanota-desktop-release-([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://mail.tutanota.com/desktop/tutanota-desktop-win.exe#/dl.7z",
                "hash": {
                    "url": "https://github.com/tutao/tutanota/releases/tag/tutanota-desktop-release-$version",
                    "regex": "tutanota-desktop-win.exe:.*\\n$sha256"
                }
            }
        }
    }
}
