-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathmodule.json
More file actions
88 lines (88 loc) · 2.5 KB
/
module.json
File metadata and controls
88 lines (88 loc) · 2.5 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
{
"id": "pf2e-dailies",
"title": "PF2e Dailies",
"description": "Provides a convenient way to take care of some daily preparations.",
"authors": [
{
"name": "Idle",
"discord": "idleatre"
}
],
"esmodules": [
"scripts/main.js"
],
"compatibility": {
"minimum": "13.348",
"verified": "13.351",
"maximum": "13"
},
"version": "4.16.3",
"url": "https://github.com/reonZ/pf2e-dailies",
"readme": "https://github.com/reonZ/pf2e-dailies/blob/master/README.md",
"manifest": "https://raw.githubusercontent.com/reonZ/pf2e-dailies/master/module.json",
"download": "https://github.com/reonZ/pf2e-dailies/releases/download/4.16.3/module.zip",
"changelog": "https://github.com/reonZ/pf2e-dailies/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-dailies/issues",
"styles": [
"styles/pf2e-dailies.css"
],
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/pf2e/master/system.pf2e.json",
"compatibility": {
"minimum": "7.9.1"
}
},
{
"id": "sf2e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/pf2e/master/system.sf2e.json",
"compatibility": {
"minimum": "0.0.4"
}
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://raw.githubusercontent.com/ruipin/fvtt-lib-wrapper/master/module.json"
}
]
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "pl",
"name": "Polish",
"path": "lang/pl.json"
},
{
"lang": "cn",
"name": "简体中文",
"path": "lang/cn.json"
},
{
"lang": "pt-BR",
"name": "Português Brasileiro",
"path": "lang/pt-BR.json"
}
]
}