-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsource.json
More file actions
27 lines (27 loc) · 795 Bytes
/
Copy pathsource.json
File metadata and controls
27 lines (27 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "VRC Unity Dev Tools Listing",
"id": "com.staples.vrc-unity-dev-tools.listing",
"author": {
"name": "Staples",
"url": "https://github.com/VRC-Staples/VRCUnityDevTools",
"email": ""
},
"url": "https://vrc-staples.github.io/VRCUnityDevTools/index.json",
"description": "Tools for VRChat package discovery and project workflow utilities",
"bannerUrl": "banner.svg",
"githubRepos": [
"VRC-Staples/VRCUnityDevTools"
],
"packages": [
{
"id": "com.staples.vrc-unity-dev-tools",
"releases": [
"https://github.com/VRC-Staples/VRCUnityDevTools/releases/download/1.0.1/com.staples.vrc-unity-dev-tools-1.0.1.zip"
]
}
],
"infoLink": {
"text": "GitHub",
"url": "https://github.com/VRC-Staples/VRCUnityDevTools"
}
}