{
    "version": "7.20.4",
    "description": "v2rayN (WPF-based version) is a GUI client for V2Ray, with support for Xray, sing-box, and other compatible cores.",
    "homepage": "https://github.com/2dust/v2rayN",
    "license": "GPL-3.0-only",
    "notes": [
        "Since v7.17.0, v2rayN is self-contained and no longer requires the .NET 8.0 Desktop Runtime.",
        "For more information, see: https://github.com/2dust/v2rayN/releases/tag/7.17.0",
        "",
        "Different variants of v2rayN are available:",
        "- versions/v2rayn-desktop       : Avalonia-UI-based version"
    ],
    "suggest": {
        "v2fly-core": "v2ray",
        "v2rayN-desktop": "versions/v2rayn-desktop"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/2dust/v2rayN/releases/download/7.20.4/v2rayN-windows-64.zip",
            "hash": "31901247e05d8e90428c89ee7cb7fa9799ecafb2ab1201823e8ceeb9331c39db",
            "extract_dir": "v2rayN-windows-64"
        },
        "arm64": {
            "url": "https://github.com/2dust/v2rayN/releases/download/7.20.4/v2rayN-windows-arm64.zip",
            "hash": "4700ba94017f1da6943abb149ed7bc9c5bd2f68ccd3d5022666e05442fa5c960",
            "extract_dir": "v2rayN-windows-arm64"
        }
    },
    "shortcuts": [
        [
            "v2rayN.exe",
            "v2rayN"
        ]
    ],
    "persist": "guiConfigs",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/2dust/v2rayN/releases/download/$version/v2rayN-windows-64.zip"
            },
            "arm64": {
                "url": "https://github.com/2dust/v2rayN/releases/download/$version/v2rayN-windows-arm64.zip"
            }
        }
    }
}
