{
    "version": "54.0",
    "homepage": "https://perfetto.dev/",
    "description": "A production-grade open-source stack for performance instrumentation and trace analysis.",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/google/perfetto/releases/download/v54.0/windows-amd64.zip",
            "hash": "4d828e3bd1213fa9c468d02d1eca9cc474233026217b6ee9d7f292105b86cf47",
            "extract_dir": "windows-amd64"
        }
    },
    "bin": [
        "perfetto.exe",
        "trace_processor_shell.exe",
        "traceconv.exe",
        "traced.exe"
    ],
    "checkver": {
        "github": "https://github.com/google/perfetto"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/google/perfetto/releases/download/v$version/windows-amd64.zip"
            }
        }
    }
}
