{
    "version": "0.8.1",
    "description": "A very simple, high performance, edge WebRTC SFU.",
    "homepage": "https://live777.pages.dev",
    "license": {
        "identifier": "MPL-2.0",
        "url": "https://github.com/binbat/live777/blob/HEAD/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/binbat/live777/releases/download/v0.8.1/live777-v0.8.1-x86_64-pc-windows-msvc.zip",
            "hash": "fceb9b08297688aa109f0b233f4a3e0aec235bbd8eee9a8677bde12045227e5d",
            "extract_dir": "live777-v0.8.1-x86_64-pc-windows-msvc"
        },
        "32bit": {
            "url": "https://github.com/binbat/live777/releases/download/v0.8.1/live777-v0.8.1-i686-pc-windows-msvc.zip",
            "hash": "7c7f0d30be8342c8de5985a4168477ab12a6b16f441d75a39f13a2cc1fa98a0e",
            "extract_dir": "live777-v0.8.1-i686-pc-windows-msvc"
        },
        "arm64": {
            "url": "https://github.com/binbat/live777/releases/download/v0.8.1/live777-v0.8.1-aarch64-pc-windows-msvc.zip",
            "hash": "de1a717c57ca11f20301db2024855dcf594a720c66d1bbd542072e66be9689a2",
            "extract_dir": "live777-v0.8.1-aarch64-pc-windows-msvc"
        }
    },
    "bin": "live777.exe",
    "checkver": {
        "github": "https://github.com/binbat/live777"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/binbat/live777/releases/download/v$version/live777-v$version-x86_64-pc-windows-msvc.zip",
                "extract_dir": "live777-v$version-x86_64-pc-windows-msvc"
            },
            "32bit": {
                "url": "https://github.com/binbat/live777/releases/download/v$version/live777-v$version-i686-pc-windows-msvc.zip",
                "extract_dir": "live777-v$version-i686-pc-windows-msvc"
            },
            "arm64": {
                "url": "https://github.com/binbat/live777/releases/download/v$version/live777-v$version-aarch64-pc-windows-msvc.zip",
                "extract_dir": "live777-v$version-aarch64-pc-windows-msvc"
            }
        }
    }
}
