Manifests/TechSmithSnagit.json

{
    "Name": "TechSmith Snagit",
    "Source": "https://www.techsmith.com/",
    "Get": {
        "Update": {
            "UpdateFeed": "https://www.techsmith.com/api/v/1/products/getallversions/12",
            "Uri": "https://www.techsmith.com/api/v/1/products/getversioninfo/#versionid",
            "ReplaceVersion" : "#versionid",
            "DatePattern": "yyyy-MM-ddTHH:mm:ss",
            "MatchType": "(exe|msi)"
        },
        "Download": {
            "Uri": {
                "exe_x64": "http://download.techsmith.com#relativepath#filename.exe",
                "msi_x64": "http://download.techsmith.com#relativepath#filename.msi",
                "msi_x86": "http://download.techsmith.com#relativepath32bit/#filename.msi"},
            "ReplaceFileName": "#filename",
            "ReplaceRelativePath": "#relativepath"
        }
    },
    "Install": {
        "Setup": "",
        "Physical": {
            "Arguments": "",
            "PostInstall": [

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

            ]
        }
    }
}