{
    "version": "2026.2.22.0",
    "description": "Tool for managing networks and network troubleshooting",
    "homepage": "https://borntoberoot.net/NETworkManager/",
    "license": "GPL-3.0-only",
    "notes": [
        "You need the .NET Desktop Runtime 8.0 in order to run this application.",
        "See https://borntoberoot.net/NETworkManager/Download#system-requirements for more details."
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/BornToBeRoot/NETworkManager/releases/download/2026.2.22.0/NETworkManager_2026.2.22.0_Portable.zip",
            "hash": "68f2b9f2908d3725633df2cd91fe7b4d21390ce2e39457b9dbfa2ac80abe05e8"
        }
    },
    "bin": "NETworkManager.exe",
    "shortcuts": [
        [
            "NETworkManager.exe",
            "NETworkManager"
        ]
    ],
    "persist": [
        "Settings",
        "Profiles"
    ],
    "checkver": {
        "github": "https://github.com/BornToBeRoot/NETworkManager"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/BornToBeRoot/NETworkManager/releases/download/$version/NETworkManager_$version_Portable.zip",
                "hash": {
                    "url": "https://github.com/BornToBeRoot/NETworkManager/releases/tag/$version",
                    "find": "(?sm)$basename.*?>$sha256</"
                }
            }
        }
    }
}
