{
    "version": "2.2.0",
    "description": "Facial behavior analysis toolkit",
    "homepage": "https://github.com/TadasBaltrusaitis/OpenFace",
    "license": {
        "identifier": "Proprietary",
        "url": "https://github.com/TadasBaltrusaitis/OpenFace/blob/master/OpenFace-license.txt"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/TadasBaltrusaitis/OpenFace/releases/download/OpenFace_2.2.0/OpenFace_2.2.0_win_x64.zip",
            "hash": "4201e96f3bc561a0e3a7fa50d2e12ce782b8a685746d63062572cd5296478dec",
            "extract_dir": "OpenFace_2.2.0_win_x64"
        },
        "32bit": {
            "url": "https://github.com/TadasBaltrusaitis/OpenFace/releases/download/OpenFace_2.2.0/OpenFace_2.2.0_win_x86.zip",
            "hash": "72b8a6bac88d108808bbe2966af457645c61155459fc365e77d50600e638ba1e",
            "extract_dir": "OpenFace_2.2.0_win_x86"
        }
    },
    "post_install": "& \"$dir\\download_models.ps1\"",
    "bin": [
        "FeatureExtraction.exe",
        "FaceLandmarkVid.exe",
        "FaceLandmarkVidMulti.exe",
        "FaceLandmarkImg.exe"
    ],
    "shortcuts": [
        [
            "HeadPoseLive.exe",
            "Cambridge Face Tracker"
        ],
        [
            "OpenFaceDemo.exe",
            "OpenFace Analyser"
        ],
        [
            "OpenFaceOffline.exe",
            "OpenFace Offline"
        ]
    ],
    "persist": "model",
    "checkver": {
        "github": "https://github.com/TadasBaltrusaitis/OpenFace",
        "regex": "OpenFace_([\\d.]+)/"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/TadasBaltrusaitis/OpenFace/releases/download/OpenFace_$version/OpenFace_$version_win_x64.zip",
                "extract_dir": "OpenFace_$version_win_x64"
            },
            "32bit": {
                "url": "https://github.com/TadasBaltrusaitis/OpenFace/releases/download/OpenFace_$version/OpenFace_$version_win_x86.zip",
                "extract_dir": "OpenFace_$version_win_x86"
            }
        }
    }
}
