-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule.json
More file actions
24 lines (24 loc) · 963 Bytes
/
module.json
File metadata and controls
24 lines (24 loc) · 963 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "mastertomnl-domain-sheet",
"title": "MasterTomNL Domain Sheet for 5E",
"description": "This module adds an additional actor sheet template to display Domain related information for a Kingdoms & Warfare (pre-)Intrigue.",
"authors": [{ "name": "Tom van der Lek" }],
"compatibility": {
"minimum": "10",
"verified": "12",
"maximum": "12"
},
"url": "https://github.com/mastertomnl/mastertomnl-domain-sheet",
"version": "1.4",
"languages": [{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}],
"esmodules": ["/js/main.js"],
"styles": ["/css/main.css"],
"relationships": { "systems": [{ "id": "dnd5e", "type": "system" }] },
"manifest": "https://raw.githubusercontent.com/mastertomnl/mastertomnl-domain-sheet/master/module.json",
"download": "https://github.com/mastertomnl/mastertomnl-domain-sheet/archive/master.zip"
}