Manifests/Proxyman.json

{
    "Name": "Proxyman",
    "Source": "https://proxyman.io/",
    "Get": {
        "Update": {
            "Uri": "https://api.github.com/repos/ProxymanApp/proxyman-windows-linux/releases/latest",
            "MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
            "MatchFileTypes": "\\.exe$|\\.msi$"
        },
        "Download": {
            "Uri": "https://proxyman.io/release/windows/Proxyman_latest.dmg"
        }
    },
    "Install": {
        "Setup": "",
        "Preinstall": "",
        "Physical": {
            "Arguments": "/quiet /norestart",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "/quiet /norestart",
            "PostInstall": []
        }
    }
}