{
    "version": "1.38.1",
    "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.38.1/imhex-1.38.1-Windows-Portable-x86_64.zip",
            "hash": "32520e57712894bc8304c4b01553223e7dda25852326184f99dfd72a09a80187"
        }
    },
    "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"
            }
        }
    }
}
