{
    "version": "10.2.0.0",
    "description": "Original Windows File Manager (winfile) with enhancements.",
    "homepage": "https://github.com/Microsoft/winfile",
    "license": "MIT",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "url": "https://github.com/Microsoft/winfile/releases/download/v10.2.0.0/Winfile_v10.2.0.0.zip",
    "hash": "a2db86bbafbcc569ac5b3d38feee2c6313a1c210f6ca1fb8ef96c985f1fa7f84",
    "architecture": {
        "64bit": {
            "extract_dir": "x64"
        },
        "32bit": {
            "extract_dir": "x86"
        }
    },
    "bin": "Winfile.exe",
    "shortcuts": [
        [
            "Winfile.exe",
            "Winfile"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/Microsoft/winfile/releases/download/v$version/Winfile_v$version.zip"
    }
}
