{
    "version": "0.33.0",
    "description": "A desktop client for IPFS",
    "homepage": "https://ipfs.tech/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/ipfs/ipfs-desktop/releases/download/v0.33.0/ipfs-desktop-setup-0.33.0.exe#/dl.7z",
            "hash": "sha512:d8b97c9e1076ec662145b5f03e029fde484733503856ea1cc085a07d4d8c9aa819ee6d7e741c668f44b7fe27a6fcbd8afebfb2e89fead0265561aa76b0a9ff05",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\" -Recurse"
            ]
        }
    },
    "bin": "resources\\app.asar.unpacked\\node_modules\\kubo\\kubo\\ipfs.exe",
    "shortcuts": [
        [
            "IPFS Desktop.exe",
            "IPFS Desktop"
        ]
    ],
    "checkver": {
        "github": "https://github.com/ipfs/ipfs-desktop"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ipfs/ipfs-desktop/releases/download/v$version/ipfs-desktop-setup-$version.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512:\\s+$base64"
        }
    }
}
