Manifests/MicrosoftPowerToys.json

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