{
    "version": "4.0.1",
    "description": "Qt/C++ based cross-platform proxy configuration manager / v2ray sing-box GUI client",
    "homepage": "https://github.com/MatsuriDayo/nekoray",
    "license": "GPL-3.0-only",
    "notes": "Deprecated. Use 'extras/throne' instead.",
    "architecture": {
        "64bit": {
            "url": "https://github.com/MatsuriDayo/nekoray/releases/download/4.0.1/nekoray-4.0.1-2024-12-12-windows64.zip",
            "hash": "a492224792c38bd1a3b7a5438b1431c5cb4260f55e9a121db3b2ce1603f7664a"
        }
    },
    "extract_dir": "nekoray",
    "bin": [
        "nekobox_core.exe",
        "nekobox.exe"
    ],
    "shortcuts": [
        [
            "nekobox.exe",
            "Nekoray"
        ]
    ],
    "persist": "config",
    "checkver": {
        "github": "https://api.github.com/repos/MatsuriDayo/nekoray/releases/latest",
        "regex": "nekoray-([\\d.]+)-(?<extra>[\\d-]+)-windows64"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/MatsuriDayo/nekoray/releases/download/$version/nekoray-$version-$matchExtra-windows64.zip",
                "extract_dir": "nekoray"
            }
        }
    }
}
