Manifests/Notable.json

{
    "Name": "Notable",
    "Source": "https://notable.app/",
    "Get": {
        "Uri": "https://api.github.com/repos/notable/notable/releases/latest",
        "MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
        "MatchFileTypes": "\\.exe$|\\.msi$|\\.msp$"
    },
    "Install": {
        "Setup": "setup.*.msi",
        "Preinstall": "",
        "Physical": {
            "Arguments": "/passive /norestart",
            "PostInstall": [
            ]
        },
        "Virtual": {
            "Arguments": "/passive /norestart",
            "PostInstall": [
            ]
        }
    }
}