{
    "version": "0.9",
    "description": "RGB lighting control that does not depend on manufacturer software.",
    "homepage": "https://openrgb.org",
    "license": "GPL-2.0-only",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://openrgb.org/releases/release_0.9/OpenRGB_0.9_Windows_64_b5f46e3.zip",
            "hash": "4a42df973bf9e0694268993478f03a71dafbf2ddbcb1512835b4bbabdc6dc6de",
            "extract_dir": "OpenRGB Windows 64-bit"
        },
        "32bit": {
            "url": "https://openrgb.org/releases/release_0.9/OpenRGB_0.9_Windows_32_b5f46e3.zip",
            "hash": "983cc04bc14fcb824e8075c23bd9a39642b632c84784510ff81dd8fdd84331b4",
            "extract_dir": "OpenRGB Windows 32-bit"
        }
    },
    "shortcuts": [
        [
            "OpenRGB.exe",
            "OpenRGB"
        ]
    ],
    "checkver": {
        "url": "https://openrgb.org/releases.html",
        "regex": "/OpenRGB_([\\d.]+)_Windows_\\d+_(?<commit>[\\da-fA-F]{7})\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://openrgb.org/releases/release_$version/OpenRGB_$version_Windows_64_$matchCommit.zip"
            },
            "32bit": {
                "url": "https://openrgb.org/releases/release_$version/OpenRGB_$version_Windows_32_$matchCommit.zip"
            }
        }
    }
}
