{
    "version": "1.4.0",
    "description": "Lightweight and fast file manager",
    "homepage": "https://explorerplusplus.com",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://download.explorerplusplus.com/stable/1.4.0/explorerpp_x64.zip",
            "hash": "81ec54586dfef888b886d409afa22e31f22d4f6ba35d52d93074b4ee64b79b0c"
        },
        "32bit": {
            "url": "https://download.explorerplusplus.com/stable/1.4.0/explorerpp_x86.zip",
            "hash": "39e70f86895568138ab509d5965e104cbca56dda05ac1925fd7e65a57da7bc40"
        }
    },
    "persist": "config.xml",
    "pre_install": "New-Item -Path \"$dir\\config.xml\" -ItemType File -Value '<?xml version=\"1.0\"?><ExplorerPlusPlus><ApplicationToolbar /><Toolbars /><ColorRules /></ExplorerPlusPlus>' | Out-Null",
    "bin": "explorer++.exe",
    "shortcuts": [
        [
            "Explorer++.exe",
            "Explorer++"
        ]
    ],
    "checkver": {
        "url": "https://download.explorerplusplus.com/stable/latest_version.txt",
        "regex": "([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.explorerplusplus.com/stable/$version/explorerpp_x64.zip"
            },
            "32bit": {
                "url": "https://download.explorerplusplus.com/stable/$version/explorerpp_x86.zip"
            }
        }
    }
}
