{
    "version": "1.43.0",
    "description": "Easily manage the contents of Azure storage account.",
    "homepage": "https://azure.microsoft.com/en-us/features/storage-explorer/",
    "license": "CC-BY-4.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.43.0/StorageExplorer-windows-x64.exe",
            "hash": "0d6ff1c282cffa003a4c281d92bcc3a4d6581e1158855c19fa54444a7d1de481"
        },
        "arm64": {
            "url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.43.0/StorageExplorer-windows-arm64.exe",
            "hash": "26721c9ac4f0a07cf3ff9620c96b851e06f5ec48e857d53f0aa9fe8f16ea3f83"
        }
    },
    "innosetup": true,
    "bin": "StorageExplorer.exe",
    "shortcuts": [
        [
            "StorageExplorer.exe",
            "Azure Storage Explorer"
        ]
    ],
    "checkver": {
        "github": "https://github.com/microsoft/AzureStorageExplorer"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v$version/StorageExplorer-windows-x64.exe"
            },
            "arm64": {
                "url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v$version/StorageExplorer-windows-arm64.exe"
            }
        }
    }
}
