{
    "version": "2.0.2",
    "description": "Hard disk drive and SSD health inspection tool",
    "homepage": "https://gsmartcontrol.shaduri.dev/",
    "license": "GPL-3.0-only",
    "notes": [
        "GSmartControl bundles a version of Smartmontools but it may be out of date.",
        "If Smartmontools is installed, GSmartControl will automatically use the standalone version."
    ],
    "suggest": {
        "Smartmontools": "main/smartmontools"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/ashaduri/gsmartcontrol/releases/download/v2.0.2/gsmartcontrol-2.0.2-win64.exe#/dl.7z",
            "hash": "d0af33e71cee0d3e25142b615d673ec93e87d6ad27c78086155d49d971b52c03"
        },
        "32bit": {
            "url": "https://github.com/ashaduri/gsmartcontrol/releases/download/v2.0.2/gsmartcontrol-2.0.2-win32.exe#/dl.7z",
            "hash": "035ae4c4a10c340949c6c2ae017c0aeef07a10b557e51cd93e3556ab0b7e2d93"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse | Out-Null",
    "shortcuts": [
        [
            "gsmartcontrol.exe",
            "GSmartControl",
            "",
            "gsmartcontrol.ico"
        ]
    ],
    "checkver": {
        "github": "https://github.com/ashaduri/gsmartcontrol"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ashaduri/gsmartcontrol/releases/download/v$version/gsmartcontrol-$version-win64.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://github.com/ashaduri/gsmartcontrol/releases/download/v$version/gsmartcontrol-$version-win32.exe#/dl.7z"
            }
        }
    }
}
