-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
32 lines (32 loc) · 894 Bytes
/
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
{
"id": "join-combat",
"name": "join-combat",
"title": "Join Combat",
"description": "If the toggle is checked, tokens placed by the DM will automatically be added to combat and roll initiative.",
"version": "1.1.0",
"authors": [
{
"name": "HarryBoy"
}
],
"compatibility": {
"minimum": 10,
"verified": "10.285",
"maximum": 10
},
"minimumCoreVersion": 10,
"esmodules": [
"join-combat.js"
],
"styles": ["styles/join-combat.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/WBHarry/join-combat",
"manifest": "https://github.com/WBHarry/join-combat/releases/latest/download/module.json",
"download": "https://github.com/WBHarry/join-combat/releases/latest/download/module.zip"
}