{
    "version": "1.32.2",
    "description": "Hex editor",
    "homepage": "https://github.com/WerWolv/ImHex",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/WerWolv/ImHex/releases/download/v1.32.2/imhex-1.32.2-Windows-Portable-x86_64.zip",
            "hash": "c1a46d13643b06f040733b095e8450d0bead369b170e34597ac4b118a62c12fe"
        }
    },
    "shortcuts": [
        [
            "ImHex.exe",
            "ImHex"
        ]
    ],
    "persist": [
        "config",
        "recent",
        "logs"
    ],
    "pre_uninstall": "if ($cmd -eq 'uninstall') { reg delete 'HKCU\\SOFTWARE\\Classes\\*\\shell\\ImHex' /f }",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/WerWolv/ImHex/releases/download/v$version/imhex-$version-Windows-Portable-x86_64.zip"
            }
        }
    }
}
