-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
31 lines (31 loc) · 871 Bytes
/
Copy pathmodule.json
File metadata and controls
31 lines (31 loc) · 871 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
25
26
27
28
29
30
31
{
"id": "victory-quest-tracker",
"title": "Victory Quest Tracker",
"description": "A shared quest log for the whole table: one button above the player list, five statuses, hover notes, and inline GM editing with a confirm before anything is finished.",
"version": "1.0.3",
"authors": [
{
"name": "Victor S. (DatJavaClass)"
}
],
"compatibility": {
"minimum": "12",
"verified": "12.343",
"maximum": "13"
},
"esmodules": [
"scripts/vqt.js"
],
"styles": [
"styles/vqt.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"manifest": "https://github.com/DatJavaClass/VictoryQuestTracker/releases/latest/download/module.json",
"download": "https://github.com/DatJavaClass/VictoryQuestTracker/releases/download/v1.0.3/victory-quest-tracker-1.0.3.zip"
}