{
    "version": "6.5.0",
    "description": "Private and secure chat and applications platform",
    "homepage": "https://simplex.chat",
    "license": "AGPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/simplex-chat/simplex-chat/releases/download/v6.5.0/simplex-chat-windows-x86-64#/simplex-chat.exe",
            "hash": "f4274e4bfbcfe9097d7df5a22b2a3a371e418ff543a7c6de78ae6dea4c2c1ae2"
        }
    },
    "bin": "simplex-chat.exe",
    "checkver": {
        "github": "https://api.github.com/repos/simplex-chat/simplex-chat/releases",
        "jsonpath": "$[?(@.prerelease == false)]..browser_download_url",
        "regex": "download/v([\\d.]+)/simplex-chat-windows-x86-64"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/simplex-chat/simplex-chat/releases/download/v$version/simplex-chat-windows-x86-64#/simplex-chat.exe"
            }
        }
    }
}
