drop zone, and remove beta tag from mraid checker

This commit is contained in:
2026-05-29 13:20:33 +08:00
parent a1d3fde774
commit 5625d94106
21 changed files with 632 additions and 48 deletions

50
tools.json Normal file
View File

@@ -0,0 +1,50 @@
[
{
"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
}
]