{
    "version": "0.1.0-beta.63",
    "description": "The Native Terminal Emulator with a builtin AI Harness (beta version).",
    "homepage": "https://con.nowledge.co/",
    "license": "MIT",
    "notes": "User data is stored in '$Env:AppData\\con-terminal', and is not persisted by Scoop.",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/nowledge-co/con-terminal/releases/download/v0.1.0-beta.63/con-0.1.0-beta.63-windows-x86_64.zip",
            "hash": "fcb03e9dad1fb2dc072114237d5938e30ca7e12df05cbfaa0572a99f9ed6b78a"
        }
    },
    "bin": [
        "con-app.exe",
        "con-cli.exe"
    ],
    "shortcuts": [
        [
            "con-app.exe",
            "Con Beta"
        ]
    ],
    "checkver": {
        "github": "https://github.com/nowledge-co/con-terminal",
        "jsonpath": "$.tag_name",
        "regex": "v([\\w.-]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/nowledge-co/con-terminal/releases/download/v$version/con-$version-windows-x86_64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/SHA256SUMS-windows.txt"
        }
    }
}
