{
    "version": "3.1.1",
    "description": "Easy to use video editor",
    "homepage": "https://www.openshot.org/",
    "license": "GPL-3.0-or-later",
    "suggest": {
        "Blender": "extras/blender",
        "Inkscape": "extras/inkscape"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/OpenShot/openshot-qt/releases/download/v3.1.1/OpenShot-v3.1.1-x86_64.exe",
            "hash": "8fdc9cc3e13b782f2c8e1bab4d04fccce7f2780b4cc7c933cbf720cd8df0bb25"
        },
        "32bit": {
            "url": "https://github.com/OpenShot/openshot-qt/releases/download/v3.1.1/OpenShot-v3.1.1-x86.exe",
            "hash": "d948f3ec688b170752f9ff856c74713a00bd1fe7ea76284b0f0a0f4246d6a710"
        }
    },
    "innosetup": true,
    "shortcuts": [
        [
            "openshot-qt.exe",
            "OpenShot Video Editor"
        ]
    ],
    "checkver": {
        "github": "https://github.com/OpenShot/openshot-qt"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/OpenShot/openshot-qt/releases/download/v$version/OpenShot-v$version-x86_64.exe"
            },
            "32bit": {
                "url": "https://github.com/OpenShot/openshot-qt/releases/download/v$version/OpenShot-v$version-x86.exe"
            }
        }
    }
}
