{
    "version": "2.5.1",
    "homepage": "https://www.kiwix.org/en/",
    "description": "Store any website on your mobile phone or computer, easily.",
    "license": "GPL-3.0-only",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://download.kiwix.org/release/kiwix-desktop/kiwix-desktop_windows_x64_2.5.1.zip",
            "hash": "56ad5b3a86010c2c74db63a717d087cfbdcdbe71a0d7fca0655f90ef1d80593f"
        }
    },
    "pre_install": "Remove-Item \"$dir\\vc_redist.*.exe\"",
    "shortcuts": [
        [
            "kiwix-desktop.exe",
            "Kiwix Desktop"
        ]
    ],
    "checkver": {
        "url": "https://download.kiwix.org/release/kiwix-desktop/feed.xml",
        "regex": "kiwix-desktop_windows_x64_([\\d.]+)\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.kiwix.org/release/kiwix-desktop/kiwix-desktop_windows_x64_$version.zip"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
