{
    "version": "0.22.11",
    "description": "Instant messaging server",
    "homepage": "https://github.com/tinode/chat",
    "license": "GPL-3.0-only",
    "notes": "Run 'cd $dir; .\\init-db -data=\"data.json\"' to initialize database with test data.",
    "depends": "mysql",
    "architecture": {
        "64bit": {
            "url": "https://github.com/tinode/chat/releases/download/v0.22.11/tinode-mysql.windows-amd64.zip",
            "hash": "ff98b7da7583f06870923f8f067990cc5f683f585dc47b1c39c538c40f84128d"
        }
    },
    "bin": "tinode.exe",
    "persist": [
        "uploads",
        "tinode.conf"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/tinode/chat/releases/download/v$version/tinode-mysql.windows-amd64.zip"
            }
        }
    }
}
