Manifests/SafingPortmaster.json

{
    "Name": "Safing Portmaster",
    "Source": "https://safing.io/",
    "Get": {
        "Update": {
            "Uri": "https://api.github.com/repos/safing/portmaster/releases/latest",
            "MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
            "MatchFileTypes": "\\.exe$|\\.msi$"
        },
        "Download": {
            "Uri": {
                "x64": "https://updates.safing.io/latest/windows_amd64/packages/portmaster-installer.exe"
            },
            "ReplaceText": "#version"
        }
    },
    "Install": {
        "Setup": "",
        "Preinstall": "",
        "Physical": {
            "Arguments": "",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "",
            "PostInstall": []
        }
    }
}