{
    "version": "0.3",
    "description": "Broken network simulator",
    "homepage": "https://jagt.github.io/clumsy/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/jagt/clumsy/releases/download/0.3/clumsy-0.3-win64-a.zip",
            "hash": "f50dc734148815831c67d9fc2c246c22d421c53dcea51e26eee905b0b2806c27"
        },
        "32bit": {
            "url": "https://github.com/jagt/clumsy/releases/download/0.3/clumsy-0.3-win32-a.zip",
            "hash": "57b880f65e8a628a84749df09358235676e361f576fc263f00f4f275c1a4ea51"
        }
    },
    "bin": "clumsy.exe",
    "shortcuts": [
        [
            "clumsy.exe",
            "clumsy"
        ]
    ],
    "persist": "config.txt",
    "checkver": {
        "url": "https://jagt.github.io/clumsy/download.html",
        "regex": "clumsy-([\\d.]+)-win64(?:-a)?\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/jagt/clumsy/releases/download/$version/clumsy-$version-win64-a.zip"
            },
            "32bit": {
                "url": "https://github.com/jagt/clumsy/releases/download/$version/clumsy-$version-win32-a.zip"
            }
        }
    }
}
