Manifests/MicrosoftPowerToys.json
{ "Name": "Microsoft PowerToys", "Source": "https://github.com/microsoft/PowerToys/", "Get": { "Uri": "https://api.github.com/repos/microsoft/PowerToys/releases/latest", "ContentType": "application/json; charset=utf-8", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchExtensions": ".msi$|.exe$", "VersionTag": "name" }, "Install": { "Setup": "PowerToysSetup*.exe", "Preinstall": "", "Physical": { "Arguments": "", "PostInstall": [ ] }, "Virtual": { "Arguments": "", "PostInstall": [ ] } } } |