{
    "url": "https://github.com/protegeproject/protege-distribution/releases/download/protege-5.6.9/Protege-5.6.9-win.zip",
    "version": "5.6.9",
    "description": "Protege is a free, open-source ontology editor that supports the latest OWL 2.0 standard. Protege has a pluggable architecture, and many plugins for different functionalities are available.",
    "license": "BSD-2-Clause-Views",
    "homepage": "https://protege.stanford.edu/",
    "checkver": {
        "url": "https://github.com/protegeproject/protege-distribution/releases/latest",
        "regex": "releases/tag/(?<prefix>(v|protege-)?)(?<version>[\\d\\w.]+)\"",
        "replace": "${version}"
    },
    "bin": "Protege.exe",
    "hash": "656db16bbaa93ea8ac25f553e86c4ab0f2e58edd3470301d9c79452facc7a01c",
    "extract_dir": "Protege-5.6.9",
    "persist": [
        "conf",
        "plugins"
    ],
    "shortcuts": [
        [
            "Protege.exe",
            "Protege"
        ]
    ],
    "autoupdate": {
        "url": "https://github.com/protegeproject/protege-distribution/releases/download/$matchPrefix$version/Protege-$version-win.zip",
        "extract_dir": "Protege-$version"
    }
}
