{
    "version": "1.5.0",
    "description": "An application that allows you to comfortably monitor your network traffic.",
    "homepage": "https://www.sniffnet.net",
    "license": "Apache-2.0|MIT",
    "notes": "This application requires Npcap to function. Download Npcap here, https://npcap.com/#download",
    "architecture": {
        "64bit": {
            "url": "https://github.com/GyulyVGC/sniffnet/releases/download/v1.5.0/Sniffnet_Windows_x64.msi",
            "hash": "40fc0f2336cee3a119014077952105c2d044eecc31986cf9ea003839840919f4"
        },
        "32bit": {
            "url": "https://github.com/GyulyVGC/sniffnet/releases/download/v1.5.0/Sniffnet_Windows_x86.msi",
            "hash": "be24c3229c6f0cd5c070f15860b3e3faa2d38556632d25327d86ac10997820a6"
        },
        "arm64": {
            "url": "https://github.com/GyulyVGC/sniffnet/releases/download/v1.5.0/Sniffnet_Windows_arm64.msi",
            "hash": "6ec6593f46e4b2afb4dc6087c963e1fc3d5e115fd147e32458f0c7bc1588e677"
        }
    },
    "extract_dir": "PFiles\\Sniffnet",
    "bin": "sniffnet.exe",
    "shortcuts": [
        [
            "sniffnet.exe",
            "Sniffnet"
        ]
    ],
    "checkver": {
        "github": "https://github.com/GyulyVGC/sniffnet"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/GyulyVGC/sniffnet/releases/download/v$version/Sniffnet_Windows_x64.msi"
            },
            "32bit": {
                "url": "https://github.com/GyulyVGC/sniffnet/releases/download/v$version/Sniffnet_Windows_x86.msi"
            },
            "arm64": {
                "url": "https://github.com/GyulyVGC/sniffnet/releases/download/v$version/Sniffnet_Windows_arm64.msi"
            }
        }
    }
}
