{
    "version": "0.7.9",
    "description": "An open source alternative to ChatGPT that runs 100% offline on your computer",
    "homepage": "https://jan.ai",
    "license": "AGPL-3.0-only",
    "suggest": {
        "vcredist": "extras/vcredist2022",
        "Microsoft Edge WebView2": "extras/webview2"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/janhq/jan/releases/download/v0.7.9/Jan_0.7.9_x64-setup.exe#/dl.7z",
            "hash": "8caef1d3b5de3e8cfc15b43bf8071bca9e9d32da054514387f9abce31db075b0"
        }
    },
    "post_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse -ErrorAction Ignore",
    "bin": "resources\\bin\\jan-cli.exe",
    "shortcuts": [
        [
            "Jan.exe",
            "Jan"
        ]
    ],
    "checkver": {
        "github": "https://github.com/janhq/jan"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/janhq/jan/releases/download/v$version/Jan_$version_x64-setup.exe#/dl.7z"
            }
        }
    }
}
