{
    "version": "2.4.1",
    "description": "UpdateHub is a user-friendly application designed to streamline the software update process for your computer.",
    "homepage": "https://github.com/NexovaDev/UpdateHub",
    "license": {
        "identifier": "Freeware",
        "url": "https://github.com/NexovaDev/UpdateHub/blob/main/LICENSE"
    },
    "url": "https://github.com/NexovaDev/UpdateHub/releases/download/v2.4.1/UpdateHub-x64.exe#/dl.7z",
    "hash": "811dfd3768fc791bc0dfd3b6c1fd9ee01abb3fa5687b4b3be34c1179aa458eda",
    "extract_dir": "$PLUGINSDIR",
    "installer": {
        "script": [
            "Remove-Item \"$dir\\*\" -Exclude \"app-64.7z\"",
            "Expand-7zipArchive \"$dir\\app-64.7z\" \"$dir\" -Removal"
        ]
    },
    "bin": "UpdateHub.exe",
    "shortcuts": [
        [
            "UpdateHub.exe",
            "UpdateHub"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/NexovaDev/UpdateHub/releases/download/v$version/UpdateHub-x64.exe#/dl.7z"
    }
}
