Manifests/Protege.json

{
    "Name": "Protege",
    "Source": "https://protege.stanford.edu/",
        
    "Get": {
        "Uri": "https://api.github.com/repos/protegeproject/protege-distribution/releases/latest",
        "MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
        "MatchFileTypes": "\\win.zip$"
    },
    "Install": {
        "Setup": "",
        "Physical": {
            "Arguments": "",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "",
            "PostInstall": []
        }
    }
}