{
    "version": "3.8.0",
    "description": "CompactGUI is a standalone user interface that makes the Windows 10 compact.exe function easier to use.",
    "homepage": "https://github.com/ImminentFate/CompactGUI",
    "license": "GPL-3.0-only",
    "suggest": {
        ".NET Desktop Runtime 9.0": "versions/windowsdesktop-runtime-9.0"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/ImminentFate/CompactGUI/releases/download/v3.8.0/CompactGUI.exe",
            "hash": "f21963a68c25b72d59a8431af2e0e98b4a701e87c4f4a47ec4363238d7d384d2"
        }
    },
    "bin": "CompactGUI.exe",
    "shortcuts": [
        [
            "CompactGUI.exe",
            "CompactGUI"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/ImminentFate/CompactGUI/releases",
        "jsonpath": "$..tag_name",
        "regex": "v([\\d.]+)\""
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ImminentFate/CompactGUI/releases/download/v$version/CompactGUI.exe"
            }
        }
    }
}
