{
    "version": "1.4.4",
    "description": "The free lightweight GUI for MongoDB enthusiasts",
    "homepage": "https://robomongo.org",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Studio3T/robomongo/releases/download/v1.4.4/robo3t-1.4.4-windows-x86_64-e6ac9ec5.zip",
            "hash": "b3731451d76cd499674f56cce2968a7e11a15ce74622e755f03dd9462c3f013d",
            "extract_dir": "robo3t-1.4.4-windows-x86_64-e6ac9ec5"
        }
    },
    "shortcuts": [
        [
            "robo3t.exe",
            "Robo 3T"
        ]
    ],
    "checkver": {
        "github": "https://github.com/Studio3T/robomongo",
        "regex": "robo3t-(?<version>[\\d.]+)-windows-x86_64-(?<commit>[0-9a-f]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Studio3T/robomongo/releases/download/v$version/robo3t-$version-windows-x86_64-$matchCommit.zip",
                "extract_dir": "robo3t-$version-windows-x86_64-$matchCommit"
            }
        }
    }
}
