-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.json
39 lines (39 loc) · 871 Bytes
/
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
{
"slug": "WhatTheRack",
"name": "WhatTheRack",
"version": "2.0.3",
"license": "WTFPL",
"author": "korfuri",
"authorEmail": "[email protected]",
"authorUrl": "https://github.com/korfuri",
"pluginUrl": "https://github.com/korfuri/WhatTheRack",
"manualUrl": "https://github.com/korfuri/WhatTheRack",
"sourceUrl": "https://github.com/korfuri/WhatTheRack",
"donateUrl": "",
"modules": [
{
"slug": "WhatTheRack",
"name": "WhatTheRack",
"description": "Rack randomizer",
"tags": [
"utility"
]
},
{
"slug": "WhatTheJack",
"name": "WhatTheJack",
"description": "Wire randomizer",
"tags": [
"utility"
]
},
{
"slug": "WhatTheMod",
"name": "WhatTheMod",
"description": "Module randomizer",
"tags": [
"utility"
]
}
]
}