{
    "version": "1.22.3",
    "description": "Test automation framework for use with native, hybrid and mobile web apps.",
    "homepage": "http://appium.io/",
    "license": "Apache-2.0",
    "url": "https://github.com/appium/appium-desktop/releases/download/v1.22.3/Appium.Server.GUI-windows-1.22.3.exe#/dl.7z",
    "hash": "541eccf5221bae643093936e169dc9af9613d026d8a7781fd7a88203d0401315",
    "architecture": {
        "64bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
        },
        "32bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\""
        }
    },
    "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Force -Recurse",
    "shortcuts": [
        [
            "Appium Server GUI.exe",
            "Appium Server GUI"
        ]
    ],
    "checkver": {
        "github": "https://github.com/appium/appium-desktop"
    },
    "autoupdate": {
        "url": "https://github.com/appium/appium-desktop/releases/download/v$version/Appium.Server.GUI-windows-$version.exe#/dl.7z"
    }
}
