Manifests/Template.json

{
    "Name": "Application Name",
    "Source": "https://www.app.com",
    "Get": {
        "Update": {
            "Uri": "https://update.app.com"
        },
        "Download": {
            "Uri": "https://download.app.com"
        }
    },
    "Install": {
        "Setup": "AppName.*.exe",
        "Physical": {
            "Arguments": "",
            "PostInstall": [

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

            ]
        }
    }
}