{
    "version": "266",
    "description": "A highly customizable fan controlling software for Windows",
    "homepage": "https://getfancontrol.com/",
    "license": "Freeware",
    "suggest": {
        ".NET Desktop Runtime 10.0": "versions/windowsdesktop-runtime-10.0"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/Rem0o/FanControl.Releases/releases/download/V266/FanControl_266_net_10_0.zip",
            "hash": "e1a5341ea4ae9eef49f9ea440b08ed9db8492bbe5b0e27c5c1de9e5da969f77f"
        }
    },
    "shortcuts": [
        [
            "FanControl.exe",
            "FanControl"
        ]
    ],
    "persist": [
        "Configurations",
        "Plugins"
    ],
    "checkver": {
        "github": "https://api.github.com/repos/Rem0o/FanControl.Releases/releases/latest",
        "jsonpath": "$.assets..browser_download_url",
        "regex": "/V([\\d.]+)/FanControl_([\\d.]+)_net_(?<netver>(?!4_8)(?!7_0)[\\d_]+).zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Rem0o/FanControl.Releases/releases/download/V$version/FanControl_$version_net_$matchNetver.zip"
            }
        }
    }
}
