{
    "version": "0.9.10-beta",
    "description": "A nice client explorer for Microsoft Cosmos DB. It mimics the Data Explorer available on the Azure Portal on the desktop.",
    "homepage": "https://github.com/sachabruttin/CosmosDbExplorer",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/sachabruttin/CosmosDbExplorer/releases/download/v0.9.10-beta/CosmosDbExplorer.zip",
            "hash": "ecd373dff1474ed3e9e67da826de5a386e329ee32eba8f820b777fc1809567f2"
        }
    },
    "shortcuts": [
        [
            "CosmosDbExplorer.exe",
            "CosmosDB Explorer Beta"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/sachabruttin/CosmosDbExplorer/releases",
        "regex": "v([\\d.]+(-beta)?)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/sachabruttin/CosmosDbExplorer/releases/download/v$version/CosmosDbExplorer.zip"
            }
        }
    }
}
