{
    "version": "1.3",
    "homepage": "https://www.sordum.org/registry-key-jumper",
    "description": "A tool that helps the user navigate to a user-defined registry key with minimal effort.",
    "license": {
        "identifier": "Freeware",
        "url": "https://www.sordum.org/eula/"
    },
    "url": "https://www.sordum.org/files/download/registry-key-jumper/RegJump.zip",
    "hash": "7177acdaa93c4f5169104d93170bbc229a59ba51987bd74ba6eea1d4992cfea2",
    "extract_dir": "RegJump",
    "pre_install": [
        "if ($architecture -eq '32bit') {Remove-Item \"$dir\\RegJump_x64.exe\"}",
        "elseif ($architecture -eq '64bit') {Remove-Item \"$dir\\RegJump.exe\"; Rename-Item \"$dir\\RegJump_x64.exe\" 'RegJump.exe'}"
    ],
    "bin": "RegJump.exe",
    "shortcuts": [
        [
            "RegJump.exe",
            "Registry Key Jumper"
        ]
    ],
    "persist": "RegJump.ini",
    "checkver": "Registry\\sKey\\sJumper\\sv([\\d.]+)",
    "autoupdate": {
        "url": "https://www.sordum.org/files/download/registry-key-jumper/RegJump.zip"
    }
}
