{
    "version": "1.5.0.2777",
    "description": "Lightweight and fast file manager",
    "homepage": "https://explorerplusplus.com",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://download.explorerplusplus.com/dev/1.5.0.2777/explorerpp_x64.zip",
            "hash": "f501d4042da716316c7b1e2e4db52f98e1033ec30c94a70695c056849f82710b"
        },
        "32bit": {
            "url": "https://download.explorerplusplus.com/dev/1.5.0.2777/explorerpp_x86.zip",
            "hash": "1e6d016d11a82a5e31f9e6c6c3d2779729fde393e8e22ed0bbab2cefdc300669"
        },
        "arm64": {
            "url": "https://download.explorerplusplus.com/dev/1.5.0.2777/explorerpp_arm64.zip",
            "hash": "0564b5853803b817bfc29cfb9b80dbff985052d0e98eb61e71e542cb3fdaf125"
        }
    },
    "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/dev/latest_version.txt",
        "regex": "([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.explorerplusplus.com/dev/$version/explorerpp_x64.zip"
            },
            "32bit": {
                "url": "https://download.explorerplusplus.com/dev/$version/explorerpp_x86.zip"
            },
            "arm64": {
                "url": "https://download.explorerplusplus.com/dev/$version/explorerpp_arm64.zip"
            }
        }
    }
}
