{
    "##": [
        "Please avoid renaming the binaries, as this may cause compatibility issues.",
        "Ensure you use the original filenames: 'TE64.exe' for 64-bit and 'TE32.exe' for 32-bit."
    ],
    "version": "26.4.11",
    "description": "A tabbed file manager with Add-on support.",
    "homepage": "https://tablacus.github.io/explorer_en.html",
    "license": "MIT",
    "url": "https://github.com/tablacus/TablacusExplorer/releases/download/26.4.11/te260411.zip",
    "hash": "4f2dc25932f6e4e493aadb492414f0a2043093ea78b240739fa6d9cbfc73b388",
    "architecture": {
        "64bit": {
            "bin": [
                [
                    "TE64.exe",
                    "te64.exe"
                ]
            ],
            "shortcuts": [
                [
                    "TE64.exe",
                    "Tablacus Explorer"
                ]
            ]
        },
        "32bit": {
            "bin": [
                [
                    "TE32.exe",
                    "te32.exe"
                ]
            ],
            "shortcuts": [
                [
                    "TE32.exe",
                    "Tablacus Explorer"
                ]
            ]
        }
    },
    "persist": "config",
    "checkver": {
        "github": "https://github.com/tablacus/TablacusExplorer",
        "jsonpath": "$.assets[?(@.name =~ /te.+zip/i)].browser_download_url",
        "regex": "download/(?<version>[\\d.]+)/(?<filename>.*)\\.zip"
    },
    "autoupdate": {
        "url": "https://github.com/tablacus/TablacusExplorer/releases/download/$version/$matchFilename.zip"
    }
}
