-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
18 lines (18 loc) · 885 Bytes
/
config.json
File metadata and controls
18 lines (18 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "Plugin Hook Example",
"shortName": "pluginhookexample",
"version": "0.0.3",
"author": "Daniel Hammerschmidt",
"description": "Example and template for usage of MeshCentral-PluginHookScheduler",
"hasAdminPanel": false,
"homepage": "https://github.com/bitctrl/MeshCentral-PluginHookExample",
"changelogUrl": "https://raw.githubusercontent.com/bitctrl/MeshCentral-PluginHookExample/main/CHANGELOG.md",
"configUrl": "https://raw.githubusercontent.com/bitctrl/MeshCentral-PluginHookExample/main/config.json",
"downloadUrl": "https://github.com/bitctrl/MeshCentral-PluginHookExample/archive/main.zip",
"repository": {
"type": "git",
"url": "https://github.com/bitctrl/MeshCentral-PluginHookExample.git"
},
"versionHistoryUrl": "https://github.com/bitctrl/MeshCentral-PluginHookExample/tags",
"meshCentralCompat": ">=1.1.36"
}