forked from crash1115/5e-training
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
46 lines (46 loc) · 1.35 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": "5e-training",
"title": "Crash's Tracking & Training (5e)",
"description": "Adds a section to the character sheet to keep track of downtime activities, training, spell scribing, faction reputation, quest progress, and anything else you can think of.",
"author": "CRASH1115#2944",
"url": "https://github.com/crash1115/5e-training",
"readme": "https://github.com/crash1115/5e-training/blob/master/README.md",
"bugs": "https://github.com/crash1115/5e-training/issues",
"version": "0.6.7",
"minimumCoreVersion": "0.8.2",
"compatibleCoreVersion": "0.8.9",
"minimumSystemVersion": "1.3.0",
"esmodules": [
"scripts/crash-5e-training.js"
],
"styles": [
"styles/training-tab.css",
"styles/tracked-item-app.css",
"styles/audit-log.css",
"styles/category-app.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ko",
"name": "한국어",
"path": "lang/ko.json"
},
{
"lang": "cn",
"name": "中文",
"path": "lang/cn.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"manifest": "https://raw.githubusercontent.com/crash1115/5e-training/master/module.json",
"download": "https://github.com/crash1115/5e-training/releases/download/v0.6.7/5e-training.zip"
}