-
Notifications
You must be signed in to change notification settings - Fork 9
/
plugin.json
92 lines (92 loc) · 1.98 KB
/
plugin.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"slug": "ModularFungi",
"name": "Modular Fungi",
"author": "Omri Cohen",
"license": "BSD-3-Clause",
"authorUrl": "https://www.youtube.com/channel/UCuWKHSHTHMV_nVSeNH4gYAg",
"pluginUrl": "https://vcvrack.submarine.org.uk/ModularFungi",
"sourceUrl": "https://github.com/david-c14/ModularFungi",
"donateUrl": "https://paypal.me/omricohencomposer",
"manualUrl": "https://github.com/david-c14/ModularFungi/blob/master/README.md",
"version": "1.1.4",
"modules": [
{
"slug":"Blank1HP",
"name":"Blank 1HP",
"description":"1 HP Blanking Plate",
"tags":["Blank"]
},
{
"slug":"Blank3HP",
"name":"Blank 3HP",
"description":"3 HP Blanking Plate",
"tags":["Blank"]
},
{
"slug":"Blank4HP",
"name":"Blank 4HP",
"description":"4 HP Blanking Plate",
"tags":["Blank"]
},
{
"slug":"Blank6HP",
"name":"Blank 6HP",
"description":"6 HP Blanking Plate",
"tags":["Blank"]
},
{
"slug":"Blank10HP",
"name":"Blank 10HP",
"description":"10 HP Blanking Plate",
"tags":["Blank"]
},
{
"slug":"Blank12HP",
"name":"Blank 12HP",
"description":"12 HP Blanking Plate",
"tags":["Blank"]
},
{
"slug":"Blank16HP",
"name":"Blank 16HP",
"description":"16 HP Blanking Plate",
"tags":["Blank"]
},
{
"slug":"Blank20HP",
"name":"Blank 20HP",
"description":"20 HP Blanking Plate",
"tags":["Blank"]
},
{
"slug":"Blank26HP",
"name":"Blank 26HP",
"description":"26 HP Blanking Plate",
"tags":["Blank"]
},
{
"slug":"Blank32HP",
"name":"Blank 32HP",
"description":"32 HP Blanking Plate",
"tags":["Blank"]
},
{
"slug":"Color12HP",
"name":"Color Scheme",
"description":"12 HP Blanking Plate with Color Key",
"tags":["Blank"]
},
{
"slug":"LightsOff",
"name":"Lights Off",
"description":"Dim the lights in your Rack!",
"tags":["Utility"]
},
{
"slug":"Opsylloscope",
"name":"Opsylloscope",
"description":"Scope for when the lights are off",
"tags":["Utility"]
}
]
}