{
    "version": "2.2.0",
    "description": "End to end Object Detection Models builder from Images and Videos",
    "homepage": "https://github.com/Microsoft/VoTT",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/microsoft/VoTT/releases/download/v2.2.0/vott-2.2.0-win32.exe#/dl.7z",
            "hash": "5ddd7cc2cbcfdd670a6503f74e3fa741051f25d358b513718190edbc10f5b9f2",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninsta*\" -Recurse"
            ]
        }
    },
    "bin": "vott.exe",
    "shortcuts": [
        [
            "vott.exe",
            "Visual Object Tagging Tool"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/microsoft/VoTT/releases/download/v$version/vott-$version-win32.exe#/dl.7z"
    }
}
