{
    "version": "1.2.2",
    "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.2.2/Sniffnet_Windows_64-bit.msi",
            "hash": "05d93fd226e9a07fa33c0edc9cbbb597215d7868ad389a73b905571dc7b2ccb3"
        },
        "32bit": {
            "url": "https://github.com/GyulyVGC/sniffnet/releases/download/v1.2.2/Sniffnet_Windows_32-bit.msi",
            "hash": "326e6a2ad78b7e9a9e4ae093133349ca1bbd88410539367fee07d2a2c0fec514"
        }
    },
    "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_64-bit.msi"
            },
            "32bit": {
                "url": "https://github.com/GyulyVGC/sniffnet/releases/download/v$version/Sniffnet_Windows_32-bit.msi"
            }
        }
    }
}
