{
    "version": "1.1.0",
    "description": "ChatGPT Desktop Application (Mac, Windows and Linux)",
    "homepage": "https://github.com/lencx/ChatGPT",
    "license": {
        "identifier": "Apache-2.0"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/lencx/ChatGPT/releases/download/v1.1.0/ChatGPT_1.1.0_windows_x86_64.msi",
            "hash": "8442a2ed4d74230a08a3aab94b658c6250c37197519d86be7f334c57f8b76625"
        }
    },
    "shortcuts": [
        [
            "PFiles/ChatGPT/ChatGPT.exe",
            "ChatGPT Desktop"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/lencx/ChatGPT/releases/download/v$version/ChatGPT_$version_windows_x86_64.msi"
            }
        }
    }
}
