Manifests/Naps2.json

{
    "Name": "Ben Olden-Cooligan NAPS2",
    "Source": "https://www.naps2.com/",
    "Get": {
        "Uri": "https://api.github.com/repos/cyanfish/naps2/releases/latest",
        "MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
        "MatchFileTypes": "\\.exe$|\\.msi$"
    },
    "Install": {
        "Setup": "naps2.*.msi",
        "Preinstall": "",
        "Physical": {
            "Arguments": "/passive /norestart",
            "PostInstall": [
            ]
        },
        "Virtual": {
            "Arguments": "/passive /norestart",
            "PostInstall": [
            ]
        }
    }
}