{
    "version": "0.49.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.49.0/ipfs-desktop-setup-0.49.0-win-x64.exe#/dl.7z",
            "hash": "sha512:3a55cf5d5706557d734f10b00a608685b862668f71b0b29d4602fe7b47d406a9073677749b1f49ebc81c8ac0979ee288f855f573f9b1fa3adc389231d8cadc65",
            "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-win-x64.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512:\\s+$base64"
        }
    }
}
