{
    "version": "348.260505.1",
    "description": "The official desktop client for Tuta Mail (formerly Tutanota), the email service with a strong focus on security and privacy.",
    "homepage": "https://tuta.com/",
    "license": "GPL-3.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-348.260505.1/tutanota-desktop-win.exe#/dl.7z",
            "hash": "bb0433f10f6114d868564a6634f21c9c6c5893e5ee4a6eed383699f36e2773cb"
        }
    },
    "extract_dir": "$PLUGINSDIR",
    "pre_install": "Expand-7zipArchive \"$dir\\app-64.7z\" \"$dir\" -Removal",
    "shortcuts": [
        [
            "Tuta Mail.exe",
            "Tuta Mail"
        ]
    ],
    "checkver": {
        "url": "https://github.com/tutao/tutanota/tags",
        "regex": "tutanota-desktop-release-([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-$version/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"
                }
            }
        }
    }
}
