-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
module.json
46 lines (46 loc) · 1.28 KB
/
module.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
{
"name": "soundfxlibrary",
"id": "soundfxlibrary",
"title": "SoundFx Library",
"description": "Library of sound effects that can be used in soundboards.",
"version": "1.0.3",
"author": "CDeenen",
"authors": [
{
"name": "CDeenen"
}
],
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "11",
"compatibility": {
"minimum": "0.6",
"verified": "11"
},
"url": "https://github.com/MaterialFoundry/SoundFxLibrary",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"scripts": [
"packRegistry.js"
],
"media": [
{
"type": "icon",
"url": "modules/soundfxlibrary/img/MaterialFoundry512x512.png"
},
{
"type": "setup",
"url": "modules/soundfxlibrary/img/MaterialFoundry2560x1440.jpg"
},
{
"type": "cover",
"url": "modules/soundfxlibrary/img/MaterialFoundry2560x1440.jpg"
}
],
"manifest": "https://raw.githubusercontent.com/MaterialFoundry/SoundFxLibrary/master/module.json",
"download": "https://github.com/MaterialFoundry/SoundFxLibrary/releases/download/v1.0.3/module.zip"
}