{
    "version": "6.5.1638.0",
    "description": "The 7-Zip derivative intended for the modern Windows experience",
    "homepage": "https://github.com/M2Team/NanaZip",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/M2Team/NanaZip/releases/download/6.5.1638.0/NanaZipPreview_6.5.1638.0.msixbundle#/dl.7z",
            "hash": "d7371d8632568125e8dc0c4cb5a6f2ee7b8bac16046cfb16f2c0f2f6507205eb"
        },
        "arm64": {
            "url": "https://github.com/M2Team/NanaZip/releases/download/6.5.1638.0/NanaZipPreview_6.5.1638.0.msixbundle#/dl.7z",
            "hash": "d7371d8632568125e8dc0c4cb5a6f2ee7b8bac16046cfb16f2c0f2f6507205eb"
        }
    },
    "pre_install": [
        "Expand-7zipArchive -Path \"$dir\\*$(switch ($architecture) { '64bit' { 'x64' } 'arm64' { 'arm64' } }).msix\"",
        "Remove-Item -Path \"$dir\\*\" -Include '*.msix', 'Appx*', '?Content*', 'Code*' -Recurse -Force"
    ],
    "bin": [
        [
            "NanaZip.Universal.Console.exe",
            "7z"
        ],
        [
            "NanaZip.Universal.Windows.exe",
            "7zG"
        ]
    ],
    "shortcuts": [
        [
            "NanaZip.Modern.FileManager.exe",
            "NanaZip"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/M2Team/NanaZip/releases",
        "jsonpath": "$.[?(@.prerelease==true)].tag_name"
    },
    "autoupdate": {
        "url": "https://github.com/M2Team/NanaZip/releases/download/$version/NanaZipPreview_$version.msixbundle#/dl.7z"
    }
}
