Files
vsix-hpl-toolbox/tools.json
2026-06-22 11:45:36 +08:00

75 lines
2.0 KiB
JSON

[
{
"id": "project-init",
"title": "Initialize Project",
"description": "Download AGENTS.md and .gitignore templates from Google Drive",
"command": "hplToolbox.openProjectInit",
"path": "/project-init",
"beta": false
},
{
"id": "plec",
"title": "PLEC Upload",
"description": "Upload HTML to internal PLEC server",
"command": "hplToolbox.openPlecUpload",
"path": "/plec",
"beta": false
},
{
"id": "applovin",
"title": "AppLovin Playable Preview",
"description": "Upload to p.applov.in (QR preview)",
"command": "hplToolbox.openApplovinUpload",
"path": "/applovin",
"beta": false
},
{
"id": "base64",
"title": "Base64 Scanner",
"description": "Find non-base64 assets in HTML",
"command": "hplToolbox.openBase64Scanner",
"path": "/base64",
"beta": false
},
{
"id": "mobile",
"title": "Send To Mobile",
"description": "Share HTML to a phone via LAN + QR",
"command": "hplToolbox.openSendToMobile",
"path": "/mobile",
"beta": false
},
{
"id": "mraid",
"title": "MRAID Checker",
"description": "Check MRAID requirements and best practices",
"command": "hplToolbox.openMraidChecker",
"path": "/mraid",
"beta": false
},
{
"id": "playworks",
"title": "Playworks Converter",
"description": "Convert Playworks HTML to per-network variants",
"command": "hplToolbox.openPlayworksConverter",
"path": "/playworks",
"beta": true
},
{
"id": "mintegral",
"title": "Mintegral Checker",
"description": "Validate a Mintegral playable ZIP against PlayTurbo requirements",
"command": "hplToolbox.openMintegralChecker",
"path": "/mintegral",
"beta": false
},
{
"id": "device-simulator",
"title": "Device Simulator",
"description": "Preview HTML playables inside accurate mobile device frames with notch and Dynamic Island overlays",
"command": "hplToolbox.openDeviceSimulator",
"path": "/device-simulator",
"beta": false
},
]