{
    "##": "Deprecate this manifest after 2026-06-01.",
    "version": "2026.1.1-261.23567.174",
    "description": "Cross-Platform IDE for Python by JetBrains. (Deprecated, please use `extras/pycharm` instead)",
    "homepage": "https://www.jetbrains.com/pycharm/",
    "license": {
        "identifier": "Proprietary",
        "url": "https://www.jetbrains.com/legal/docs/toolbox/license/"
    },
    "notes": [
        "PyCharm Community Edition and Professional Edition have now been merged into a unified product.",
        "See: https://blog.jetbrains.com/pycharm/2025/04/unified-pycharm/",
        "The unified `extras/pycharm` manifest now replaces all PyCharm variants.",
        "This manifest is deprecated and scheduled for removal on 2026-06-01. Please use `extras/pycharm` instead."
    ],
    "suggest": {
        "PyCharm": "extras/pycharm"
    },
    "architecture": {
        "64bit": {
            "url": "https://download.jetbrains.com/python/pycharm-2026.1.1.win.zip",
            "hash": "f49001ce9d4313c1d7db5d0771a94524dc26f411be92189b0c5e9c79b7c32710",
            "bin": [
                [
                    "IDE\\bin\\pycharm64.exe",
                    "pycharm"
                ]
            ],
            "shortcuts": [
                [
                    "IDE\\bin\\pycharm64.exe",
                    "JetBrains\\PyCharm"
                ]
            ]
        },
        "arm64": {
            "url": "https://download.jetbrains.com/python/pycharm-2026.1.1-aarch64.win.zip",
            "hash": "4ee7c7bcb4a5c0bc8d2a58462e2d6171ec311009293b5fe4f509585f1c6c581f",
            "bin": [
                [
                    "IDE\\bin\\pycharm64.exe",
                    "pycharm"
                ]
            ],
            "shortcuts": [
                [
                    "IDE\\bin\\pycharm64.exe",
                    "JetBrains\\PyCharm"
                ]
            ]
        }
    },
    "extract_to": "IDE",
    "installer": {
        "script": "& \"$bucketsdir\\extras\\scripts\\jetbrains\\portable.ps1\" \"$dir\" \"$persist_dir\""
    },
    "persist": [
        "IDE\\bin\\idea.properties",
        "IDE\\bin\\pycharm64.exe.vmoptions",
        "IDE\\bin\\jetbrains_client64.exe.vmoptions",
        "profile"
    ],
    "checkver": {
        "url": "https://data.services.jetbrains.com/products/releases?code=PCP&latest=true&platform=zip&type=release",
        "regex": "version\":\"(?<ver>[\\d.]+)\".*\"build\":\"(?<build>[\\d.]+)\"",
        "replace": "${ver}-${build}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.jetbrains.com/python/pycharm-$matchVer.win.zip"
            },
            "arm64": {
                "url": "https://download.jetbrains.com/python/pycharm-$matchVer-aarch64.win.zip"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
