forked from Autmor/yourTurn
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmodule.json
More file actions
50 lines (50 loc) · 1.07 KB
/
Copy pathmodule.json
File metadata and controls
50 lines (50 loc) · 1.07 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
{
"id": "your-turn",
"title": "Your Turn!",
"description": "Enhance your Foundry VTT sessions with smooth, animated turn notifications. This module displays a customizable banner and character portrait whenever the combat turn changes, keeping everyone focused on the action.",
"version": "${version}",
"compatibility": {
"minimum": "13",
"verified": "14"
},
"authors": [
{
"name": "Autmor"
},
{
"name": "EndlessFractal"
}
],
"esmodules": [
"/scripts/main.js",
"/scripts/aux.js"
],
"styles": [
"/styles/module.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "German",
"path": "lang/de.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "cn",
"name": "简体中文(Simplified Chinese)",
"path": "lang/cn.json"
}
],
"url": "https://github.com/EndlessFractal/yourTurn",
"download": "${download}",
"manifest": "${manifest}"
}