-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodule.json
41 lines (41 loc) · 1.34 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
{
"name": "webrtc-tweaks",
"title": "WebRTC Tweaks",
"description": "Improvements for the WebRTC video conferencing system",
"author": "bekit",
"authors": [
{
"name": "bekit",
"email": "[email protected]",
"url": "https://bekit.net",
"discord": "bekit#4213",
"patreon": "bekit",
"ko-fi": "bekit",
"twitter": "@bekit"
}
],
"version": "0.6.1",
"minimumCoreVersion": "0.7.2",
"compatibleCoreVersion": "10",
"manifestPlusVersion": "1.2.0",
"esmodules": ["webrtc-tweaks.bundle.js"],
"styles": ["css/webrtc-tweaks-position.css"],
"url": "https://github.com/bekriebel/fvtt-module-webrtc_tweaks",
"manifest": "https://github.com/bekriebel/fvtt-module-webrtc_tweaks/releases/latest/download/module.json",
"download": "https://github.com/bekriebel/fvtt-module-webrtc_tweaks/releases/latest/download/fvtt-module-webrtc_tweaks.zip",
"readme": "https://github.com/bekriebel/fvtt-module-webrtc_tweaks/blob/main/README.md",
"changelog": "https://github.com/bekriebel/fvtt-module-webrtc_tweaks/blob/main/CHANGELOG.md",
"bugs": "https://github.com/bekriebel/fvtt-module-webrtc_tweaks/issues",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
]
}