{
    "version": "9.1.1",
    "description": "Full featured webcam suite",
    "homepage": "https://webcamoid.github.io/",
    "license": "GPL-3.0-or-later",
    "notes": "Virtual Camera Driver: https://github.com/webcamoid/akvirtualcamera",
    "architecture": {
        "32bit": {
            "url": "https://github.com/webcamoid/webcamoid/releases/download/9.1.1/webcamoid-portable-windows-9.1.1-win32.zip",
            "hash": "76033f2b3de533cecce898ea695ddca3ef02f3ff0266ba4e0da4d94827b588d8"
        },
        "64bit": {
            "url": "https://github.com/webcamoid/webcamoid/releases/download/9.1.1/webcamoid-portable-windows-9.1.1-win64.zip",
            "hash": "3904337902ebb6b8ba80cf67b29673aec107ca78160255d025276712313cb4ec"
        }
    },
    "extract_dir": "webcamoid",
    "shortcuts": [
        [
            "bin\\webcamoid.exe",
            "Webcamoid",
            "-c \"$dir\\share\\config\""
        ]
    ],
    "persist": "share\\config",
    "checkver": {
        "github": "https://github.com/webcamoid/webcamoid"
    },
    "autoupdate": {
        "architecture": {
            "32bit": {
                "url": "https://github.com/webcamoid/webcamoid/releases/download/$version/webcamoid-portable-windows-$version-win32.zip"
            },
            "64bit": {
                "url": "https://github.com/webcamoid/webcamoid/releases/download/$version/webcamoid-portable-windows-$version-win64.zip"
            }
        }
    }
}
