Manifests/ScreenToGif.json

{
    "Name": "ScreenToGif",
    "Source": "https://github.com/NickeManarin/ScreenToGif",
    "Get": {
        "Uri": "https://api.github.com/repos/NickeManarin/ScreenToGif/releases/latest",
        "MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
        "MatchFileTypes": "\\.msi$|\\.msix$|\\.zip$"
    },
    "Install": {
        "Setup": "ScreenToGif.*.Setup.*.msi",
        "Physical": {
            "Arguments": "/quiet /norestart",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "/quiet /norestart",
            "PostInstall": []
        }
    }
}