{
    "version": "1.5.6",
    "description": "Lightweight, cross-platform & full-featured desktop IDE for HLSL and GLSL shaders",
    "homepage": "https://shadered.org",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/dfranx/SHADERed/releases/download/v1.5.6/Win64.zip",
            "hash": "6a2b52ceefd9d6f41456639b8a3924827a37b92e5fa02bec703fc494a7a822ec"
        },
        "32bit": {
            "url": "https://github.com/dfranx/SHADERed/releases/download/v1.5.6/Win32.zip",
            "hash": "5ae810f6f14c8e021aa46540a075644e49bc2a25ebc0187824128f61f864636c"
        }
    },
    "extract_dir": "SHADERed",
    "bin": "SHADERed.exe",
    "shortcuts": [
        [
            "SHADERed.exe",
            "SHADERed"
        ]
    ],
    "persist": "data\\settings.ini",
    "checkver": {
        "github": "https://github.com/dfranx/SHADERed"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/dfranx/SHADERed/releases/download/v$version/Win64.zip"
            },
            "32bit": {
                "url": "https://github.com/dfranx/SHADERed/releases/download/v$version/Win32.zip"
            }
        }
    }
}
