-
Notifications
You must be signed in to change notification settings - Fork 3
/
plugin.json
32 lines (32 loc) · 856 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
{
"slug": "KautenjaDSP-RackNES",
"version": "2.1.0",
"license": "GPL-3.0-or-later",
"name": "KautenjaDSP RackNES",
"brand": "KautenjaDSP",
"author": "Christian Kauten",
"authorEmail": "KautenjaDSP@gmail.com",
"manualUrl": "https://github.com/Kautenja/RackNES/releases/latest/download/RackNES.pdf",
"sourceUrl": "https://github.com/Kautenja/RackNES",
"changelogUrl": "https://github.com/Kautenja/RackNES/blob/master/CHANGELOG.md",
"modules": [
{
"slug": "RackNES",
"name": "RackNES",
"description": "A Nintendo Entertainment System emulator with CV",
"tags": [
"Clock generator",
"Sampler",
"Visual"
]
},
{
"slug": "InputGenie",
"name": "CV Genie (Input)",
"description": "Expander for RackNES",
"tags": [
"Expander"
]
}
]
}