{
    "version": "29.7.9",
    "description": "Professional diagramming",
    "homepage": "https://www.diagrams.net",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/jgraph/drawio-desktop/releases/download/v29.7.9/draw.io-29.7.9-windows-installer.exe#/dl.7z",
            "hash": "bd76692b3a87045c3a37c6ee71dc861ad53fe061106a592af82183d527311798",
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
        },
        "32bit": {
            "url": "https://github.com/jgraph/drawio-desktop/releases/download/v29.7.9/draw.io-ia32-29.7.9-windows-32bit-installer.exe#/dl.7z",
            "hash": "fc3ac3bb7a4b98d3705426467b0f469a575eaded5afd43709b21189346d10403",
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\""
        },
        "arm64": {
            "url": "https://github.com/jgraph/drawio-desktop/releases/download/v29.7.9/draw.io-arm64-29.7.9-windows-arm64-installer.exe#/dl.7z",
            "hash": "58b1566fb5d219c0b6b4e31e012c98a5c06310abb43272c69f1c8c1b2f55c422",
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\""
        }
    },
    "post_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse",
    "bin": "draw.io.exe",
    "shortcuts": [
        [
            "draw.io.exe",
            "draw.io"
        ]
    ],
    "checkver": {
        "github": "https://github.com/jgraph/drawio-desktop"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/jgraph/drawio-desktop/releases/download/v$version/draw.io-$version-windows-installer.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://github.com/jgraph/drawio-desktop/releases/download/v$version/draw.io-ia32-$version-windows-32bit-installer.exe#/dl.7z"
            },
            "arm64": {
                "url": "https://github.com/jgraph/drawio-desktop/releases/download/v$version/draw.io-arm64-$version-windows-arm64-installer.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/Files-SHA256-Hashes.txt",
            "regex": "$basename\\s*?$sha256"
        }
    }
}
