Manifests/MicrosoftBotFrameworkEmulator.json

{
    "Name": "Microsoft Bot Framework Emulator",
    "Source": "https://github.com/microsoft/BotFramework-Emulator/",
    "Get": {
        "Uri": "https://api.github.com/repos/microsoft/BotFramework-Emulator/releases/latest",
        "MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
        "MatchFileTypes": "\\.exe$"
    },
    "Install": {
        "Setup": "BotFramework-Emulator*windows-setup.exe",
        "Preinstall": "",
        "Physical": {
            "Arguments": "",
            "PostInstall": [
            ]
        },
        "Virtual": {
            "Arguments": "",
            "PostInstall": [
            ]
        }
    }
}