- playworks converter (beta)
- mraid checker (beta)
- removed daily updates generator
This commit is contained in:
2026-05-27 18:41:26 +08:00
parent 75a506a505
commit 78578cec16
3 changed files with 5 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"name": "hpl-toolbox", "name": "hpl-toolbox",
"displayName": "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 Demo Upload, Base64 Asset Scanner, MRAID Checker. Local HTML Host.",
"version": "0.1.5", "version": "0.1.6",
"publisher": "hesukastro", "publisher": "hesukastro",
"license": "UNLICENSED", "license": "UNLICENSED",
"repository": { "repository": {
@@ -12,7 +12,9 @@
"engines": { "engines": {
"vscode": "^1.85.0" "vscode": "^1.85.0"
}, },
"categories": ["Other"], "categories": [
"Other"
],
"icon": "media/hpl.png", "icon": "media/hpl.png",
"main": "./out/extension.js", "main": "./out/extension.js",
"activationEvents": [], "activationEvents": [],