{
    "version": "2.4.1",
    "description": "Tool for collection and processing of ETW events related to frame presentation on Windows.",
    "homepage": "https://github.com/GameTechDev/PresentMon",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/GameTechDev/PresentMon/releases/download/v2.4.1/PresentMon-2.4.1-x64.exe#/PresentMon.exe",
            "hash": "d74183e7ae630f72cd3690be0373ecbfdc6cbb86578148aab8fa2a7166068f34"
        }
    },
    "bin": "PresentMon.exe",
    "checkver": {
        "github": "https://api.github.com/repos/GameTechDev/PresentMon/releases/latest",
        "jsonpath": "$.tag_name",
        "regex": "v([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/GameTechDev/PresentMon/releases/download/v$version/PresentMon-$version-x64.exe#/PresentMon.exe"
            }
        }
    }
}
