-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
60 lines (60 loc) · 1.89 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
{
"name": "lib-captions",
"title": "libCaptions",
"description": "Library module for providing live captioning display support to FoundryVTT",
"author": "bekit",
"authors": [
{
"name": "bekit",
"email": "fvtt-module-help@bekit.net",
"url": "https://bekit.net",
"discord": "bekit#4213",
"patreon": "bekit",
"ko-fi": "bekit",
"twitter": "@bekit"
}
],
"version": "0.1.5",
"minimumCoreVersion": "0.7.0",
"compatibleCoreVersion": "10",
"manifestPlusVersion": "1.2.0",
"esmodules": ["src/libCaptions.js"],
"styles": ["css/libCaptions.css"],
"url": "https://github.com/bekriebel/fvtt-module-lib-captions",
"manifest": "https://github.com/bekriebel/fvtt-module-lib-captions/releases/latest/download/module.json",
"download": "https://github.com/bekriebel/fvtt-module-lib-captions/releases/latest/download/fvtt-module-lib-captions.zip",
"readme": "https://github.com/bekriebel/fvtt-module-lib-captions/blob/main/README.md",
"changelog": "https://github.com/bekriebel/fvtt-module-lib-captions/blob/main/CHANGELOG.md",
"bugs": "https://github.com/bekriebel/fvtt-module-lib-captions/issues",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
}
],
"media": [
{
"type": "cover",
"url": "https://raw.githubusercontent.com/bekriebel/fvtt-module-lib-captions/main/example-images/cover.png"
},
{
"type": "icon",
"url": "https://raw.githubusercontent.com/bekriebel/fvtt-module-lib-captions/main/example-images/icon.png"
},
{
"type": "screenshot",
"url": "https://raw.githubusercontent.com/bekriebel/fvtt-module-lib-captions/main/example-images/example-jitsi_captions.webp"
}
]
}