-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmodule.json
More file actions
60 lines (60 loc) · 1.63 KB
/
module.json
File metadata and controls
60 lines (60 loc) · 1.63 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"title": "Soundscape",
"description": "Soundscape is a module that allows you to easily mix multiple audio tracks into a soundscape that can be customized on the fly.",
"version": "1.2.0",
"authors": [
{
"name": "Material Foundry",
"email": "info@materialfoundry.nl",
"discord": "materialfoundry",
"patreon": "MaterialFoundry",
"reddit": "CDeenen123"
},
{
"name": "Sven Werlen",
"flags": {}
}
],
"esmodules": [
"soundscape.js"
],
"scripts": [
"lib/jszip/jszip-utils.min.js",
"lib/jszip/jszip.min.js",
"lib/FileSaver.min.js"
],
"socket": true,
"styles": [
"soundscape.css"
],
"compatibility": {
"minimum": "13",
"verified": "13"
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"media": [
{
"type": "icon",
"url": "modules/Soundscape/img/MaterialFoundry512x512.png"
},
{
"type": "setup",
"url": "modules/Soundscape/img/MaterialFoundry2560x1440.jpg"
},
{
"type": "cover",
"url": "modules/Soundscape/img/MaterialFoundry2560x1440.jpg"
}
],
"url": "https://github.com/CDeenen/Soundscape",
"manifest": "https://github.com/CDeenen/Soundscape/releases/latest/download/module.json",
"download": "https://github.com/CDeenen/Soundscape/releases/download/v1.2.0/module.zip",
"id": "soundscape"
}