forked from cswendrowski/FoundryVTT-Tabbed-Chatlog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
46 lines (46 loc) · 1.12 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": "tabbed-chatlog",
"title": "Tabbed Chatlog",
"description": "Splits the Chatlog into In Character (per scene), Rolls (per scene), and Out of Character (global).",
"version": "1.6.3",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "0.8.8",
"author": "Cody Swendrowski <[email protected]>",
"esmodules": [
"./tabbed-chatlog.js"
],
"scripts": [],
"styles": [
"/styles/tabbed-chatlog.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "languages/es.json"
},
{
"lang": "cn",
"name": "中文",
"path": "languages/cn.json"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "languages/zh-tw.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "languages/de.json"
}
],
"url": "https://github.com/SocialSide9130/FoundryVTT-Tabbed-Chatlog",
"manifest": "https://github.com/SocialSide9130/FoundryVTT-tabbed-chatlog/releases/download/0.0.1.1/module.json",
"download": "https://github.com/SocialSide9130/FoundryVTT-tabbed-chatlog/releases/download/0.0.1.1/module.zip"
}