{
    "version": "2.0.0.0",
    "description": "Windows Registry editor. Breadcrumb navigation, favorites, dark theme...",
    "homepage": "https://regedix.webrox.fr/",
    "license": "GPL-3.0",
    "suggest": {
        ".NET Desktop Runtime 7.0": "versions/windowsdesktop-runtime-7.0"
    },
    "architecture": {
        "64bit": {
            "url": "https://regedix.webrox.fr/download.php?v=2.0.0.0&file=2.0.0.0/Regedix-2.0.0-x64.exe#/regedix.exe",
            "hash": "25711db7e9b7396ac535894439ab9c2517a713e65d5cf56204f717d94039c74c"
        },
        "32bit": {
            "url": "https://regedix.webrox.fr/download.php?v=2.0.0.0&file=2.0.0.0/Regedix-2.0.0-x86.exe#/regedix.exe",
            "hash": "97851ba0c378a95b8a2daedea6229579ba85798a2561dd2bd285d939a41b452b"
        }
    },
    "bin": "regedix.exe",
    "shortcuts": [
        [
            "regedix.exe",
            "Regedix"
        ]
    ],
    "checkver": "file=(?<version>[\\d.]+)/Regedix-(?<exe>[\\d.]+)",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://regedix.webrox.fr/download.php?v=$matchVersion&file=$matchVersion/Regedix-$matchExe-x64.exe#/regedix.exe"
            },
            "32bit": {
                "url": "https://regedix.webrox.fr/download.php?v=$matchVersion&file=$matchVersion/Regedix-$matchExe-x86.exe#/regedix.exe"
            }
        }
    }
}
