-
Notifications
You must be signed in to change notification settings - Fork 13
/
source.json
28 lines (28 loc) · 926 Bytes
/
source.json
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
{
"name":"Example Listing",
"id":"com.vrchat.example-listing",
"url":"https://vrchat-community.github.io/template-package-listing/index.json",
"author":{
"email":"developer@vrchat.com",
"name":"VRChat",
"url":"https://hello.vrchat.com"
},
"description":"Example listing of VRChat packages",
"infoLink":{
"url":"http://github.com/vrchat-community/template-package-listing",
"text":"View on GitHub"
},
"bannerUrl":"banner.png",
"githubRepos":[
"vrchat-community/clientsim"
],
"packages":[
{
"name":"com.vrchat.udonsharp",
"releases":[
"https://github.com/vrchat-community/UdonSharp/releases/download/1.1.7/com.vrchat.UdonSharp.zip",
"https://github.com/vrchat-community/UdonSharp/releases/download/1.1.6/com.vrchat.UdonSharp-1.1.6.zip"
]
}
]
}