{ "version": "2023.1.2-231.9011.35", "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-2023.1.2.exe#/dl.7z", "hash": "146b8fe7bcf6db1ee23b2156a8f7aa653e9e499b6cc9ef0c011714da4fc65f52", "extract_to": "IDE", "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", "IDE\\bin\\webstorm.exe.vmoptions", "IDE\\bin\\webstorm64.exe.vmoptions", "profile" ], "checkver": { "url": "https://data.services.jetbrains.com/products/releases?code=WS&latest=true&platform=zip&type=release", "regex": "version\":\"(?[\\d.]+)\".*\"build\":\"(?[\\d.]+)\"", "replace": "${ver}-${build}" }, "autoupdate": { "url": "https://download.jetbrains.com/webstorm/WebStorm-$matchHead.exe#/dl.7z", "hash": { "url": "$url.sha256" } } }