{
    "version": "0.83.0",
    "description": "An app runtime based on Chromium and NodeJS",
    "homepage": "https://nwjs.io",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://dl.nwjs.io/v0.83.0/nwjs-v0.83.0-win-x64.zip",
            "hash": "9c73e21e34a365a6d75a7faaea4f42d28246691096dee2420a48e85f576e569a",
            "extract_dir": "nwjs-v0.83.0-win-x64"
        },
        "32bit": {
            "url": "https://dl.nwjs.io/v0.83.0/nwjs-v0.83.0-win-ia32.zip",
            "hash": "08cd560b5cf03474889253939cd0901a904cdf0178725fd25bc3cd3338301f88",
            "extract_dir": "nwjs-v0.83.0-win-ia32"
        }
    },
    "extract_to": "nwjs",
    "bin": "nwjs\\nw.exe",
    "checkver": {
        "url": "https://nwjs.io/versions.json",
        "jsonpath": "$.stable",
        "regex": "v([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://dl.nwjs.io/v$version/nwjs-v$version-win-x64.zip",
                "extract_dir": "nwjs-v$version-win-x64"
            },
            "32bit": {
                "url": "https://dl.nwjs.io/v$version/nwjs-v$version-win-ia32.zip",
                "extract_dir": "nwjs-v$version-win-ia32"
            }
        },
        "hash": {
            "url": "$baseurl/SHASUMS256.txt"
        }
    }
}
