Manifests/MicrosoftAzureStorageExplorer.json

{
    "Name": "Microsoft Azure Storage Explorer",
    "Source": "https://azure.microsoft.com/en-au/features/storage-explorer/",
    "Get": {
        "Uri": "https://api.github.com/repos/microsoft/AzureStorageExplorer/releases/latest",
        "MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
        "MatchFileTypes": "\\.exe$|\\.msi$|\\.msp$"
    },
    "Install": {
        "Setup": "Windows_StorageExplorer.exe",
        "Preinstall": "",
        "Physical": {
            "Arguments": "",
            "PostInstall": [
            ]
        },
        "Virtual": {
            "Arguments": "",
            "PostInstall": [
            ]
        }
    }
}