{
    "version": "10.4.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.4.0.0/Winfile_v10.4.0.0.zip",
    "hash": "5c7f9504fce89ceb2d127529e4157869bea7a5a0114fb400f49905e0203dd3ba",
    "architecture": {
        "64bit": {
            "extract_dir": "Winfile_v10.4.0.0\\x64"
        },
        "32bit": {
            "extract_dir": "Winfile_v10.4.0.0\\x86"
        },
        "arm64": {
            "extract_dir": "Winfile_v10.4.0.0\\arm64"
        }
    },
    "bin": "Winfile.exe",
    "shortcuts": [
        [
            "Winfile.exe",
            "Winfile"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/Microsoft/winfile/releases/download/v$version/Winfile_v$version.zip",
        "architecture": {
            "64bit": {
                "extract_dir": "Winfile_v$version\\x64"
            },
            "32bit": {
                "extract_dir": "Winfile_v$version\\x86"
            },
            "arm64": {
                "extract_dir": "Winfile_v$version\\arm64"
            }
        }
    }
}
