{
    "version": "1.18.7",
    "description": "A password manager compatible with KeePass",
    "homepage": "https://keeweb.info",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/keeweb/keeweb/releases/download/v1.18.7/KeeWeb-1.18.7.win.x64.zip",
            "hash": "8bca3bd04172863f14b649763e7dc0696230e94b11b4ba9ea6158822057b1551"
        },
        "32bit": {
            "url": "https://github.com/keeweb/keeweb/releases/download/v1.18.7/KeeWeb-1.18.7.win.ia32.zip",
            "hash": "908bb76c64d5255563ed7f0ce288a137176b27da17bc3ad28cfb5bf4483a8e6e"
        }
    },
    "bin": "KeeWeb.exe",
    "shortcuts": [
        [
            "KeeWeb.exe",
            "KeeWeb"
        ]
    ],
    "checkver": {
        "github": "https://github.com/keeweb/keeweb"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/keeweb/keeweb/releases/download/v$version/KeeWeb-$version.win.x64.zip"
            },
            "32bit": {
                "url": "https://github.com/keeweb/keeweb/releases/download/v$version/KeeWeb-$version.win.ia32.zip"
            }
        },
        "hash": {
            "url": "$baseurl/Verify.sha256"
        }
    }
}
