{
    "version": "0.70.5",
    "description": "Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls.",
    "homepage": "https://netbird.io/",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/netbirdio/netbird/releases/download/v0.70.5/netbird_installer_0.70.5_windows_amd64.exe#/dl.7z",
            "hash": "85bf6bc0d5ec2e8c7a569d5c50f27b7810db8b0b455569cba5dcc61527154994"
        },
        "arm64": {
            "url": "https://github.com/netbirdio/netbird/releases/download/v0.70.5/netbird_installer_0.70.5_windows_arm64.exe#/dl.7z",
            "hash": "2dbf3753a5d86a3aca833582af2e491face32a82955734e15a5fe4e4ec9d5ad4"
        }
    },
    "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse",
    "bin": "netbird.exe",
    "shortcuts": [
        [
            "netbird-ui.exe",
            "netbird"
        ]
    ],
    "checkver": {
        "github": "https://github.com/netbirdio/netbird"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/netbirdio/netbird/releases/download/v$version/netbird_installer_$version_windows_amd64.exe#/dl.7z"
            },
            "arm64": {
                "url": "https://github.com/netbirdio/netbird/releases/download/v$version/netbird_installer_$version_windows_arm64.exe#/dl.7z"
            }
        }
    }
}
