{
    "version": "1.4",
    "description": "Ultimate go-to hub for managing your Godot versions and projects!",
    "homepage": "https://github.com/MakovWait/godots",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/MakovWait/godots/releases/download/v1.4.stable/Windows.Desktop.zip",
            "hash": "516e103ae42791ce49121dadf1870a8386c9fad64e7afe1389645cb1c91715e6"
        }
    },
    "bin": "Godots.exe",
    "shortcuts": [
        [
            "Godots.exe",
            "Godots"
        ]
    ],
    "checkver": {
        "github": "https://github.com/MakovWait/godots",
        "regex": "/releases/tag/(?:v|V)?([\\d.]+[\\d]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/MakovWait/godots/releases/download/v$version.stable/Windows.Desktop.zip"
            }
        }
    }
}
