{
    "version": "180",
    "description": "A highly customizable fan controlling software for Windows",
    "homepage": "https://getfancontrol.com/",
    "license": "Freeware",
    "suggest": {
        ".NET Desktop Runtime": "extras/windowsdesktop-runtime-lts"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/Rem0o/FanControl.Releases/releases/download/V180/FanControl_net_8_0.zip",
            "hash": "92f1d7eb59d601f5e2addf3d6d2c2560c72fc1e6fe7ca92dafaea59bedee0f4b"
        }
    },
    "shortcuts": [
        [
            "FanControl.exe",
            "FanControl"
        ]
    ],
    "persist": [
        "Configurations",
        "Plugins"
    ],
    "checkver": {
        "url": "https://api.github.com/repositories/268350681/releases/latest",
        "jsonpath": "$.assets..browser_download_url",
        "regex": "/V([\\d.]+)/FanControl_net_(?<netver>(?!4_8)(?!7_0)[\\d_]+).zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Rem0o/FanControl.Releases/releases/download/V$version/FanControl_net_$matchNetver.zip"
            }
        }
    }
}
