{
    "version": "3.2.2",
    "description": "PerfView is a CPU and memory performance-analysis tool",
    "homepage": "https://github.com/Microsoft/perfview",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/microsoft/perfview/releases/download/v3.2.2/PerfView.exe",
            "hash": "96579d6ee223f66dab20da0535765f477cd020f6516e0448ec85e2f4a1a80eff"
        }
    },
    "bin": "PerfView.exe",
    "shortcuts": [
        [
            "PerfView.exe",
            "PerfView"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/microsoft/perfview/releases/download/v$version/PerfView.exe"
            }
        }
    }
}
