-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathmodule.json
68 lines (67 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"id": "rpg-styled-ui",
"title": "RPG Styled UI for Foundry VTT",
"description": "Theme for DnD5e.",
"url": "https://github.com/Xbozon/rpg-styled-ui",
"version": "v1.3.0",
"compatibility": {
"minimum": "11",
"verified": "11",
"maximum": "12"
},
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "3.0.0",
"verified": "3.0.2"
}
},
{
"id": "shadowdark",
"type": "system",
"compatibility": {
"minimum": "1.7.0",
"verified": "1.7.6"
}
},
{
"id": "blades-in-the-dark",
"type": "system"
}
]
},
"esmodules": [
"scripts/rpg-ui.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "es",
"name": "Spanish (Español)",
"path": "lang/es.json",
"flags": {}
},
{
"lang": "fr",
"name": "French (French)",
"path": "lang/fr.json",
"flags": {}
}
],
"manifest": "https://raw.githubusercontent.com/Xbozon/rpg-styled-ui/main/module.json",
"download": "https://github.com/Xbozon/rpg-styled-ui/archive/refs/tags/v1.3.0.zip",
"authors": [
{
"name": "Xbozon",
"flags": {}
}
]
}