-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathconfig.json
More file actions
18 lines (18 loc) · 820 Bytes
/
config.json
File metadata and controls
18 lines (18 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "ScriptTask",
"shortName": "scripttask",
"version": "0.0.20",
"author": "Ryan Blenis",
"description": "Script (PowerShell, BAT, Bash) runner for endpoints",
"hasAdminPanel": false,
"homepage": "https://github.com/ryanblenis/MeshCentral-ScriptTask",
"changelogUrl": "https://raw.githubusercontent.com/ryanblenis/MeshCentral-ScriptTask/master/changelog.md",
"configUrl": "https://raw.githubusercontent.com/ryanblenis/MeshCentral-ScriptTask/master/config.json",
"downloadUrl": "https://github.com/ryanblenis/MeshCentral-ScriptTask/archive/master.zip",
"repository": {
"type": "git",
"url": "https://github.com/ryanblenis/MeshCentral-ScriptTask.git"
},
"versionHistoryUrl": "https://api.github.com/repos/ryanblenis/MeshCentral-ScriptTask/tags",
"meshCentralCompat": ">=1.1.35"
}