{
    "version": "5.2.0",
    "description": "A privacy-focused, extensible and beautiful web browser",
    "homepage": "https://wexond.net",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/wexond/desktop/releases/download/v5.2.0/wexond-5.2.0-x64.nsis.7z",
            "hash": "sha512:44731e1cb28aeb575f449e40ebe6ef7471626af821a83c4e955252b8c584fdab3eaf7ae50c13974dff27adbdc17568811ced3ba8c05e09186fe6b9e4aca53c53"
        },
        "32bit": {
            "url": "https://github.com/wexond/desktop/releases/download/v5.2.0/wexond-5.2.0-ia32.nsis.7z",
            "hash": "sha512:69d55ba942ddaeca853c35d8f5614e1be978d4523dff2240261cbf9b5211a4313d4011d5e7d64d19627a215554110b667190ca07f5f279b6aadcb9c979a33ffc"
        }
    },
    "shortcuts": [
        [
            "Wexond.exe",
            "Wexond"
        ]
    ],
    "checkver": {
        "github": "https://github.com/wexond/desktop"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/wexond/desktop/releases/download/v$version/wexond-$version-x64.nsis.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "(?sm)x64:.*?sha512:\\s+$base64.*?path:\\s+$basename"
                }
            },
            "32bit": {
                "url": "https://github.com/wexond/desktop/releases/download/v$version/wexond-$version-ia32.nsis.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "(?sm)ia32:.*?sha512:\\s+$base64.*?path:\\s+$basename"
                }
            }
        }
    }
}
