-
Notifications
You must be signed in to change notification settings - Fork 2
/
source.json
38 lines (38 loc) · 2.08 KB
/
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
29
30
31
32
33
34
35
36
37
38
{
"name":"CyanTrigger VCC Listing",
"id":"com.cyan.cyantrigger.vcc-listing",
"url":"https://CyanLaser.github.io/CyanTrigger/index.json",
"author":{
"name":"CyanLaser",
"url":"https://twitter.com/CyanLaser"
},
"description":"A VRChat Udon compiler that simplifies creating logic while still providing the full power of Udon. Features Event and Action lists with in scene editing. Visually similar to VRCSDK2's VRC_Trigger.",
"infoLink":{
"url":"http://github.com/CyanLaser/CyanTrigger",
"text":"GitHub"
},
"bannerUrl":"banner.png",
"packages":[
{
"name":"com.cyan.cyantrigger",
"releases":[
"https://github.com/CyanLaser/CyanTrigger/releases/download/4.4.3/com.cyan.cyantrigger-4.4.3.zip",
"https://github.com/CyanLaser/CyanTrigger/releases/download/4.4.2/com.cyan.cyantrigger-4.4.2.zip",
"https://github.com/CyanLaser/CyanTrigger/releases/download/4.4.1/com.cyan.cyantrigger-4.4.1.zip",
"https://github.com/CyanLaser/CyanTrigger/releases/download/4.4.0/com.cyan.cyantrigger-4.4.0.zip",
"https://github.com/CyanLaser/CyanTrigger/releases/download/4.3.3/com.cyan.cyantrigger-4.3.3.zip",
"https://github.com/CyanLaser/CyanTrigger/releases/download/4.3.2/com.cyan.cyantrigger-4.3.2.zip",
"https://github.com/CyanLaser/CyanTrigger/releases/download/4.3.1/com.cyan.cyantrigger-4.3.1.zip",
"https://github.com/CyanLaser/CyanTrigger/releases/download/4.3.0/com.cyan.cyantrigger-4.3.0.zip",
"https://github.com/CyanLaser/CyanTrigger/releases/download/4.2.0/com.cyan.cyantrigger-4.2.0.zip",
"https://github.com/CyanLaser/CyanTrigger/releases/download/0.4.2/com.cyan.cyantrigger-0.4.2.zip"
]
},
{
"name":"com.cyan.cyantrigger.sdk2migrator",
"releases":[
"https://github.com/CyanLaser/CyanTrigger-SDK2Migrator/releases/download/v2.1.0/com.cyan.cyantrigger.sdk2migrator-2.1.0.zip"
]
}
]
}