-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.json
More file actions
18 lines (18 loc) · 804 Bytes
/
config.json
File metadata and controls
18 lines (18 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "Dev Tools",
"shortName": "devtools",
"version": "0.0.2",
"author": "Ryan Blenis",
"description": "Tools for plugin developers to make testing easier.",
"hasAdminPanel": true,
"homepage": "https://github.com/ryanblenis/MeshCentral-DevTools",
"changelogUrl": "https://raw.githubusercontent.com/ryanblenis/MeshCentral-DevTools/master/changelog.md",
"configUrl": "https://raw.githubusercontent.com/ryanblenis/MeshCentral-DevTools/master/config.json",
"downloadUrl": "https://github.com/ryanblenis/MeshCentral-DevTools/archive/master.zip",
"repository": {
"type": "git",
"url": "https://github.com/ryanblenis/MeshCentral-DevTools.git"
},
"versionHistoryUrl": "https://api.github.com/repos/ryanblenis/MeshCentral-DevTools/tags",
"meshCentralCompat": ">=0.4.4-s"
}