{
    "version": "4.6.2",
    "description": "A desktop client for Gmail and Google Apps",
    "homepage": "https://kiwiforgmail.com/",
    "license": "Proprietary",
    "url": "https://downloads.kiwiforgmail.com/kiwi/release/consumer/Kiwi+for+Gmail+Setup+4.6.2.exe#/dl.7z",
    "hash": "sha512:a88af520fe13c7cb30f8c65676b7ebebd49c94f6a563a3d2b52440f120359679d8f470b199ab3e44edabe5cff9fc0587faac9629ddea8cc9e6ea5ac1cb5fc527",
    "architecture": {
        "64bit": {
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" | Out-Null",
                "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse"
            ]
        },
        "32bit": {
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\" | Out-Null",
                "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse"
            ]
        }
    },
    "shortcuts": [
        [
            "Kiwi for Gmail.exe",
            "Kiwi for Gmail"
        ]
    ],
    "checkver": {
        "url": "https://downloads.kiwiforgmail.com/kiwi/release/consumer/latest.yml",
        "regex": "Kiwi for Gmail Setup ([\\d.]+).exe"
    },
    "autoupdate": {
        "url": "https://downloads.kiwiforgmail.com/kiwi/release/consumer/Kiwi+for+Gmail+Setup+$version.exe#/dl.7z",
        "hash": {
            "url": "https://downloads.kiwiforgmail.com/kiwi/release/consumer/latest.yml",
            "regex": "$base64"
        }
    }
}
