{
    "version": "9.6",
    "description": "Monitor and adjust CPU throttling on laptop computers.",
    "homepage": "https://www.techpowerup.com/download/techpowerup-throttlestop/",
    "license": "BSD-2-Clause",
    "url": "http://nl1-dl.techpowerup.com/files/ThrottleStop_9.6.zip",
    "hash": "d5cc57e9e7cfaca270ceddd4db69d895398a5e4cae73dc0160cc271fca8f4ecc",
    "pre_install": "if (!(Test-Path \"$persist_dir\\ThrottleStop.ini\")) { New-Item \"$dir\\ThrottleStop.ini\" | Out-Null }",
    "bin": "ThrottleStop.exe",
    "shortcuts": [
        [
            "ThrottleStop.exe",
            "ThrottleStop"
        ]
    ],
    "persist": [
        "Logs",
        "ThrottleStop.ini"
    ],
    "checkver": "ThrottleStop\\s+([\\d.]+)",
    "autoupdate": {
        "url": "http://nl1-dl.techpowerup.com/files/ThrottleStop_$version.zip",
        "hash": {
            "url": "https://www.techpowerup.com/download/techpowerup-throttlestop",
            "regex": "(?sm)$basename.*?MD5 Checksum\">$md5"
        }
    }
}
