-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.json
76 lines (76 loc) · 2.71 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
{
"name": "walkie-talkie",
"title": "Walkie-Talkie",
"description": "Private voice communication between individuals",
"author": "bekit",
"authors": [
{
"name": "bekit",
"email": "[email protected]",
"url": "https://bekit.net",
"discord": "bekit#4213",
"patreon": "bekit",
"ko-fi": "bekit",
"twitter": "@bekit"
}
],
"version": "0.2.4",
"minimumCoreVersion": "0.7.0",
"compatibleCoreVersion": "10",
"manifestPlusVersion": "1.2.0",
"esmodules": ["src/walkie-talkie.js"],
"styles": ["styles/walkie-talkie.css"],
"socket": true,
"url": "https://github.com/bekriebel/fvtt-module-walkie-talkie",
"manifest": "https://github.com/bekriebel/fvtt-module-walkie-talkie/releases/latest/download/module.json",
"download": "https://github.com/bekriebel/fvtt-module-walkie-talkie/releases/latest/download/fvtt-module-walkie-talkie.zip",
"readme": "https://github.com/bekriebel/fvtt-module-walkie-talkie/blob/main/README.md",
"changelog": "https://github.com/bekriebel/fvtt-module-walkie-talkie/blob/main/CHANGELOG.md",
"bugs": "https://github.com/bekriebel/fvtt-module-walkie-talkie/issues",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"media": [
{
"type": "cover",
"url": "https://raw.githubusercontent.com/bekriebel/fvtt-module-walkie-talkie/main/images/example_broadcasting-to-player1_gm.png"
},
{
"type": "screenshot",
"url": "https://raw.githubusercontent.com/bekriebel/fvtt-module-walkie-talkie/main/images/example_no-connections_gm.png"
},
{
"type": "screenshot",
"url": "https://raw.githubusercontent.com/bekriebel/fvtt-module-walkie-talkie/main/images/example_no-connections_player1.png"
},
{
"type": "screenshot",
"url": "https://raw.githubusercontent.com/bekriebel/fvtt-module-walkie-talkie/main/images/example_player1-connected_gm.png"
},
{
"type": "screenshot",
"url": "https://raw.githubusercontent.com/bekriebel/fvtt-module-walkie-talkie/main/images/example_gm-connected-no-stream_player1.png"
},
{
"type": "screenshot",
"url": "https://raw.githubusercontent.com/bekriebel/fvtt-module-walkie-talkie/main/images/example_broadcasting-to-player1_gm.png"
},
{
"type": "screenshot",
"url": "https://raw.githubusercontent.com/bekriebel/fvtt-module-walkie-talkie/main/images/example_receiving-audio-from-gm_player1.png"
},
{
"type": "screenshot",
"url": "https://raw.githubusercontent.com/bekriebel/fvtt-module-walkie-talkie/main/images/example_module-options.png"
}
]
}