-
Notifications
You must be signed in to change notification settings - Fork 5
/
module.json
100 lines (100 loc) · 2.4 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "falemos",
"title": "Falemos (let's talk)",
"description": "",
"version": "This is auto replaced",
"library": "false",
"manifestPlusVersion": "1.4.0",
"compatibility": {
"minimum": "11",
"verified": "12.328",
"maximum": "12"
},
"authors": [
{
"name": "jvir",
"url": "https://github.com/jvir",
"discord": "JuanV",
"ko-fi": "juanv"
},
{
"name": "lozanoje",
"url": "https://github.com/lozanoje",
"discord": "Viriato139ac"
},
{
"name": "javierriveracastro",
"url": "https://github.com/javierriveracastro",
"discord": "javierrivera"
},
{
"name": "ParvusDomus",
"url": "https://github.com/parvusdomus",
"discord": "ParvusDomus"
}
],
"esmodules": [
"/scripts/module.js"
],
"scripts": [
"/scripts/lib/html2canvas.js"
],
"socket": true,
"styles": [
"/styles/module.css"
],
"languages": [
{
"lang": "gl",
"name": "Galego",
"path": "languages/gl.json"
},
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "languages/es.json"
},
{
"lang": "ca",
"name": "Catalá",
"path": "languages/ca.json"
}
],
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"media": [
{
"type": "icon",
"url": "https://github.com/jvir/foundry-falemos/blob/main/doc/icon/falemos.svg?raw=true"
},
{
"type": "screenshot",
"url": "https://github.com/jvir/foundry-falemos/blob/main/doc/img/globalconfig.png?raw=true",
"caption": "Global configuration"
},
{
"type": "screenshot",
"url": "https://github.com/jvir/foundry-falemos/blob/main/doc/img/userconfig.png?raw=true",
"caption": "User camera configuration"
},
{
"type": "video",
"url": "https://github.com/jvir/foundry-falemos/blob/main/doc/vid/scenecastleblack.webm?raw=true",
"loop": false,
"thumbnail": "https://github.com/jvir/foundry-falemos/blob/main/doc/vid/scenecastleblack.jpg?raw=true",
"caption": "Castle black scene camera configuration"
},
{
"type": "video",
"url": "https://www.youtube.com/watch?v=ZMiOIz7-2Fc",
"loop": false,
"caption": "Falemos Vaccinator by Viriato139ac"
}
]
}