{
    "version": "2026.1.1-261.23567.141",
    "description": "Cross-Platform IDE for JavaScript by JetBrains.",
    "homepage": "https://www.jetbrains.com/webstorm/",
    "license": {
        "identifier": "Proprietary",
        "url": "https://www.jetbrains.com/store/license.html"
    },
    "url": "https://download.jetbrains.com/webstorm/WebStorm-2026.1.1.win.zip",
    "hash": "f64c54bbff9b0edbc4e1a6d113ac9c728ae2338a540f14a392ac7bf330aa12a0",
    "extract_to": "IDE",
    "pre_install": [
        "Get-ChildItem \"$persist_dir\\IDE\\bin\\webstorm*.exe.vmoptions\" -ErrorAction SilentlyContinue | Copy-Item -Destination \"$dir\\IDE\\bin\"",
        "Get-ChildItem \"$persist_dir\\IDE\\bin\\jetbrains_client64.exe.vmoptions\" -ErrorAction SilentlyContinue | Copy-Item -Destination \"$dir\\IDE\\bin\""
    ],
    "installer": {
        "script": [
            "& \"$bucketsdir\\extras\\scripts\\jetbrains\\portable.ps1\" \"$dir\" \"$persist_dir\"",
            "Remove-Item \"$dir\\IDE\\`$*\" -Force -Recurse"
        ]
    },
    "architecture": {
        "64bit": {
            "bin": [
                [
                    "IDE\\bin\\webstorm64.exe",
                    "webstorm"
                ]
            ],
            "shortcuts": [
                [
                    "IDE\\bin\\webstorm64.exe",
                    "JetBrains\\WebStorm"
                ]
            ]
        },
        "32bit": {
            "bin": "IDE\\bin\\webstorm.exe",
            "shortcuts": [
                [
                    "IDE\\bin\\webstorm.exe",
                    "JetBrains\\WebStorm"
                ]
            ]
        }
    },
    "persist": [
        "IDE\\bin\\idea.properties",
        "profile"
    ],
    "pre_uninstall": [
        "Get-ChildItem \"$dir\\IDE\\bin\\webstorm*.exe.vmoptions\" -ErrorAction SilentlyContinue | Copy-Item -Destination \"$persist_dir\\IDE\\bin\"",
        "Get-ChildItem \"$dir\\IDE\\bin\\jetbrains_client64.exe.vmoptions\" -ErrorAction SilentlyContinue | Copy-Item -Destination \"$persist_dir\\IDE\\bin\""
    ],
    "checkver": {
        "url": "https://data.services.jetbrains.com/products/releases?code=WS&latest=true&platform=zip&type=release",
        "regex": "version\":\"(?<ver>[\\d.]+)\".*\"build\":\"(?<build>[\\d.]+)\"",
        "replace": "${ver}-${build}"
    },
    "autoupdate": {
        "url": "https://download.jetbrains.com/webstorm/WebStorm-$matchVer.win.zip",
        "hash": {
            "url": "$url.sha256"
        }
    }
}
