{
    "version": "3.1.8",
    "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.1.8/PerfView.exe",
            "hash": "e8871dfcc72c6d58c6a52abd7987a742dac2d6c3cc691d830dec626169d77598"
        }
    },
    "bin": "PerfView.exe",
    "shortcuts": [
        [
            "PerfView.exe",
            "PerfView"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/microsoft/perfview/releases/download/v$version/PerfView.exe"
            }
        }
    }
}
