Manifests/MozillaGeckoDriver.json

{
    "Name": "Mozilla Gecko Driver",
    "Source": "https://developer.mozilla.org/en-US/docs/Web/WebDriver",
    "Get": {
        "Uri": "https://api.github.com/repos/mozilla/geckodriver/releases/latest",
        "MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
        "MatchFileTypes": "\\.zip$"
    },
    "Install": {
        "Setup": "geckodriver*.zip",
        "Preinstall": "",
        "Physical": {
            "Arguments": "",
            "PostInstall": [
            ]
        },
        "Virtual": {
            "Arguments": "",
            "PostInstall": [
            ]
        }
    }
}