-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
49 lines (49 loc) · 1.76 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
{
"id": "storyteller-star-wars-theme",
"name": "storyteller-star-wars-theme",
"title": "Storyteller Star Wars Theme",
"description": "Adds a Star Wars datapad theme to the Foundry VTT Storyteller plugin.",
"version": "2.0.0",
"templateVersion": 2,
"compatibility": {
"minimum": 10,
"verified": 10
},
"authors": [
{
"name": "Carl-Hugo Marcotte",
"url": "https://www.carl-hugo.ca/",
"discord": "Ogulrok#7770"
}
],
"styles": ["css/star-wars.css"],
"esmodules": ["./main.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": true,
"packs": [],
"url": "https://github.com/for-the-new-order/storyteller-star-wars-theme",
"download": "https://github.com/for-the-new-order/storyteller-star-wars-theme/releases/latest/download/module.zip",
"manifest": "https://github.com/for-the-new-order/storyteller-star-wars-theme/releases/latest/download/module.json",
"x-manifest": "https://raw.githubusercontent.com/for-the-new-order/storyteller-star-wars-theme/main/module.json",
"readme": "https://raw.githubusercontent.com/for-the-new-order/storyteller-star-wars-theme/main/README.md",
"license": "https://raw.githubusercontent.com/for-the-new-order/storyteller-star-wars-theme/main/LICENSE",
"relationships": {
"systems": [],
"requires": [
{
"id": "storyteller",
"type": "module",
"manifest": "https://raw.githubusercontent.com/Xbozon/storyteller/main/module.json",
"compatibility": {
"verified": "1.1.0"
}
}
]
}
}