-
Notifications
You must be signed in to change notification settings - Fork 20
/
module.json
140 lines (140 loc) · 3.01 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"id": "pf2e-dorako-ui",
"title": "PF2e Dorako UI",
"description": "Overhauls the Foundry UI and several modules.",
"url": "https://github.com/Dorako/pf2e-dorako-ui",
"authors": [
{
"name": "Dorako",
"email": "[email protected]",
"url": "https://github.com/Dorako/pf2e-dorako-ui",
"discord": "Dorako#0657"
}
],
"version": "1.11.3",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {
"minimum": "6.0.0",
"verified": "6.0.0"
}
},
{
"id": "swade",
"type": "system",
"compatibility": {
"minimum": "2.2.5",
"verified": "2.2.5"
}
}
],
"requires": [
{
"id": "pf2e-dorako-ux",
"type": "module"
}
]
},
"media": [
{
"type": "setup",
"url": "modules/pf2e-dorako-ui/img/hero.webp",
"loop": false,
"flags": {}
}
],
"flags": {
"hotReload": {
"extensions": [".css", ".json"]
}
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json",
"flags": {}
},
{
"lang": "fr",
"name": "Français",
"path": "languages/fr.json",
"flags": {}
},
{
"lang": "de",
"name": "Deutsch",
"path": "languages/de.json",
"flags": {}
},
{
"lang": "pt-BR",
"name": "Português",
"path": "languages/pt.json",
"flags": {}
},
{
"lang": "ja",
"name": "日本語",
"path": "languages/ja.json",
"flags": {}
},
{
"lang": "cn",
"name": "中文(简体)",
"path": "languages/zh_Hans.json",
"flags": {}
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "languages/zh-tw.json",
"flags": {}
},
{
"lang": "es",
"name": "Español",
"path": "languages/es.json",
"flags": {}
},
{
"lang": "pl",
"name": "polski",
"path": "languages/pl.json",
"flags": {}
},
{
"lang": "it",
"name": "Italiano",
"path": "languages/it.json",
"flags": {}
},
{
"lang": "ko",
"name": "한국어",
"path": "languages/ko.json"
}
],
"styles": ["styles/dorako-ui.css"],
"esmodules": [
"esmodules/misc-hooks.js",
"esmodules/settings/settings.js",
"esmodules/ui-theme.js",
"esmodules/ui-scope.js",
"esmodules/message-hooks.js",
"esmodules/premium-module-hooks.js",
"esmodules/consts.js"
],
"changelog": "https://github.com/Dorako/pf2e-dorako-ui/blob/master/CHANGELOG.md",
"download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.11.3.zip",
"manifest": "https://github.com/Dorako/pf2e-dorako-ui/releases/latest/download/module.json",
"readme": "https://github.com/Dorako/pf2e-dorako-ui",
"bugs": "https://github.com/Dorako/pf2e-dorako-ui/issues"
}