Manifests/OpenShellMenu.json

{
    "Name": "Open-Shell-Menu",
    "Source": "https://open-shell.github.io/Open-Shell-Menu/",
    "Get": {
        "Uri": "https://api.github.com/repos/Open-Shell/Open-Shell-Menu/releases/latest",
        "MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
        "MatchFileTypes": "\\.exe$|\\.msi$|\\.msp$|\\.zip$"
    },
    "Install": {
        "Setup": "Open-Shell-Menu*.zip",
        "Preinstall": "Expand-Archive -Path #FileName -DestinationPath #TempPath",
        "Physical": {
            "Arguments": "",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "",
            "PostInstall": []
        }
    }
}