v0.2.4
This commit is contained in:
16
package.json
16
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "hpl-toolbox",
|
||||
"displayName": "HPL Toolbox",
|
||||
"description": "Bundled tools: PLEC Upload, AppLovin Playable Preview, Base64 Scanner, MRAID Checker. Local HTML Host.",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"publisher": "hesukastro",
|
||||
"license": "UNLICENSED",
|
||||
"repository": {
|
||||
@@ -55,6 +55,10 @@
|
||||
{
|
||||
"command": "hplToolbox.checkForUpdates",
|
||||
"title": "HPL Toolbox: Check for Updates"
|
||||
},
|
||||
{
|
||||
"command": "hplToolbox.openProjectInit",
|
||||
"title": "HPL Toolbox: Initialize Project"
|
||||
}
|
||||
],
|
||||
"viewsContainers": {
|
||||
@@ -131,6 +135,16 @@
|
||||
"description": "Port for the temporary LAN HTTP server. 0 (default) = OS-assigned ephemeral port."
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "HPL Toolbox — Initialize Project",
|
||||
"properties": {
|
||||
"hplToolbox.projectInit.manifestUrl": {
|
||||
"type": "string",
|
||||
"default": "https://drive.google.com/file/d/1lRmHIy_0nXEy_LTwn0NzIqoJ4s9_JmxO/view?usp=drive_link",
|
||||
"description": "URL to a JSON manifest file listing the files to download. The manifest must be an array of { \"filename\": string, \"url\": string } objects. Can be a raw GitHub/Gitea file URL or any direct JSON URL."
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user