Manifests/VastLimitsUberAgent.json

{
    "Name": "vast limits uberAgent",
    "Source": "https://uberagent.com/",
    "Get": {
        "Update": {
            "Uri": "https://uberagent.com/downloads/uberAgent/current/uberAgent-current.txt",
            "ContentType": "text/plain",
            "MatchVersion": "(\\d+(\\.\\d+){1,3})"
        },
        "Download": {
            "Uri": "https://uberagent.com/downloads/uberAgent/current/#Filename",
            "ReplaceText": "#Filename"
        }
    },
    "Install": {
        "Setup": "AppName.*.exe",
        "Physical": {
            "Arguments": "",
            "PostInstall": [

            ]
        },
        "Virtual": {
            "Arguments": "",
            "PostInstall": [

            ]
        }
    }
}