-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
47 lines (47 loc) · 1.45 KB
/
module.json
File metadata and controls
47 lines (47 loc) · 1.45 KB
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
{
"name": "MaterialKeys",
"title": "Material Keys",
"description": "Material Keys is a module that allows you to use a Novation Launchpad Mini to control certain features of Foundry.",
"version": "1.3.0",
"authors": [
{
"name": "CDeenen",
"email": "info@materialfoundry.nl",
"discord": "Cris#6864",
"patreon": "MaterialFoundry",
"reddit": "CDeenen123"
}
],
"esmodules": [
"./MaterialKeys.js"
],
"socket": true,
"minimumCoreVersion": "11",
"compatibleCoreVersion": "12",
"compatibility": {
"minimum": "11",
"verified": "12"
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"media": [
{
"type": "icon",
"url": "modules/MaterialKeys/img/MaterialFoundry512x512.png"
},{
"type": "setup",
"url": "modules/MaterialKeys/img/MaterialFoundry2560x1440.jpg"
},{
"type": "cover",
"url": "modules/MaterialKeys/img/MaterialFoundry2560x1440.jpg"
}
],
"url": "https://github.com/MaterialFoundry/MaterialKeys",
"manifest": "https://github.com/MaterialFoundry/MaterialKeys/releases/latest/download/module.json",
"download": "https://github.com/MaterialFoundry/MaterialKeys/releases/download/v1.3.0/module.zip"
}