{
    "version": "0.25.2",
    "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.25.2/tinode-mysql.windows-amd64.zip",
            "hash": "4f419098990fbbd016f4f86c80526b65ff771dddbc72baf0943d3ad6d25b7f75"
        }
    },
    "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"
            }
        }
    }
}
