simplify extension ui

This commit is contained in:
2026-05-28 00:59:37 +08:00
parent 3f86aeaf0c
commit 8e8d3d6da0
10 changed files with 1416 additions and 536 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "hpl-toolbox",
"displayName": "HPL Toolbox",
"description": "Bundled tools: PLEC Upload, AppLovin Demo Upload, Base64 Asset Scanner, MRAID Checker. Local HTML Host.",
"description": "Bundled tools: PLEC Upload, AppLovin Playable Preview, Base64 Scanner, MRAID Checker. Local HTML Host.",
"version": "0.1.6",
"publisher": "hesukastro",
"license": "UNLICENSED",
@@ -26,7 +26,7 @@
},
{
"command": "hplToolbox.openApplovinUpload",
"title": "HPL Toolbox: Open AppLovin Demo Upload"
"title": "HPL Toolbox: Open AppLovin Playable Preview"
},
{
"command": "hplToolbox.openBase64Scanner",
@@ -59,7 +59,7 @@
{
"type": "webview",
"id": "hplToolbox.launcher",
"name": "Tools"
"name": ""
}
]
},
@@ -132,4 +132,4 @@
"@types/vscode": "^1.85.0",
"typescript": "^5.4.0"
}
}
}