{
    "version": "1.1b",
    "description": "Manage updates of Microsoft products.",
    "homepage": "https://github.com/DavidXanatos/wumgr",
    "license": "GPL-3.0-or-later",
    "url": "https://github.com/DavidXanatos/wumgr/releases/download/v1.1/WuMgr_v1.1b.zip",
    "hash": "585f10d7d75779b8a74859a9b70a925370f593b239ecf8b8c328ed59c71b276a",
    "pre_install": "if (!(Test-Path \"$persist_dir\\wumgr.ini\")) { New-Item \"$dir\\wumgr.ini\" | Out-Null }",
    "bin": "wumgr.exe",
    "shortcuts": [
        [
            "wumgr.exe",
            "WuMgr"
        ]
    ],
    "persist": "wumgr.ini",
    "checkver": {
        "github": "https://github.com/DavidXanatos/wumgr",
        "regex": "WuMgr_v([\\w.]+)\\.zip"
    },
    "autoupdate": {
        "url": "https://github.com/DavidXanatos/wumgr/releases/download/v$matchHead/WuMgr_v$version.zip"
    }
}
