{
    "version": "0.9",
    "description": "Creates an overlay for running GPU shaders on top of the Windows desktop.",
    "homepage": "https://github.com/mausimus/ShaderGlass",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mausimus/ShaderGlass/releases/download/v0.9/ShaderGlass-0.9-win-x64.zip",
            "hash": "c55f64d7a077517e5d95aeb25ce1dd315ec7d3f15a3eb1dbbab967bb13cb9d04"
        }
    },
    "bin": "ShaderGlass.exe",
    "shortcuts": [
        [
            "ShaderGlass.exe",
            "ShaderGlass"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mausimus/ShaderGlass/releases/download/v$version/ShaderGlass-$version-win-x64.zip"
            }
        }
    }
}
