{
    "version": "4.6.5",
    "description": "Overclocking utility for graphics cards. Main features include GPU/Shader/Memory clock adjustment, advanced fan speed and GPU voltage control.",
    "homepage": "https://www.msi.com/page/afterburner",
    "license": {
        "identifier": "Freeware",
        "url": "https://www.msi.com/page/website-terms-of-use"
    },
    "notes": [
        "The 'RivaTuner Statistics Server' has been moved to it's own manifest.",
        "To install it run 'scoop install extras/rtss'.",
        "Profiles will be migrated automatically."
    ],
    "suggest": {
        "vcredist": "extras/vcredist2008",
        "RivaTuner Statistics Server": "extras/rtss",
        "MSI Kombustor": "extras/msikombustor",
        "FurMark": "extras/furmark"
    },
    "url": "https://download.msi.com/uti_exe/vga/MSIAfterburnerSetup.zip?__token__=exp=acl=/*~hmac=#/dl.zip",
    "hash": "6a25d3deda56844c6ea3202c239257d94280dd3b3a56c517616e17d0fb8ee60f",
    "pre_install": [
        "Expand-7zipArchive \"$dir\\MSIAfterburnerSetup*.exe\" -Removal",
        "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\", \"$dir\\Redist\" -Recurse"
    ],
    "post_install": [
        "if (Test-Path \"$persist_dir\\AB_Profiles\") {",
        "    warn 'Migrating Afterburner profiles...'",
        "    Move-Item \"$persist_dir\\AB_Profiles\\*\" \"$persist_dir\\Profiles\\\"",
        "    Remove-Item \"$persist_dir\\AB_Profiles\" -Recurse",
        "}"
    ],
    "bin": "MSIAfterburner.exe",
    "shortcuts": [
        [
            "MSIAfterburner.exe",
            "MSI Afterburner"
        ]
    ],
    "persist": "Profiles",
    "checkver": {
        "url": "https://www.guru3d.com/files-details/msi-afterburner-beta-download.html",
        "regex": ">Download\\s+([\\d.]+)\\s+Stable\\s+\\(Final\\)",
        "reverse": true
    },
    "autoupdate": {
        "url": "https://download.msi.com/uti_exe/vga/MSIAfterburnerSetup.zip?__token__=exp=acl=/*~hmac=#/dl.zip"
    }
}
