-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsource.json
More file actions
31 lines (31 loc) · 1.09 KB
/
source.json
File metadata and controls
31 lines (31 loc) · 1.09 KB
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
28
29
30
31
{
"name":"VRCStuff",
"id":"com.vrcstuff.udonstuff.vcc-listing",
"url":"https://vrcstuff.github.io/UDONStuff/index.json",
"author":{
"name":"VRCStuff",
"url":"https://github.com/VRCStuff/UDONStuff"
},
"description":"A collection of UDON nicknaks for VRChat",
"infoLink":{
"url":"https://github.com/VRCStuff/UDONStuff",
"text":"View on GitHub"
},
"bannerUrl":"banner.png",
"packages":[
{
"name":"com.vrcstuff.common",
"releases":[
"https://github.com/VRCstuff/UDONStuff/releases/download/0.2.4/com.vrcstuff.common-0.2.4.zip",
"https://github.com/VRCstuff/UDONStuff/releases/download/0.2.3/com.vrcstuff.common-0.2.3.zip"
]
},
{
"name":"com.vrcstuff.controls",
"releases":[
"https://github.com/VRCstuff/UDONStuff/releases/download/0.2.4/com.vrcstuff.controls-0.2.4.zip",
"https://github.com/VRCstuff/UDONStuff/releases/download/0.2.3/com.vrcstuff.controls-0.2.3.zip"
]
}
]
}