-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
58 lines (58 loc) · 1.63 KB
/
module.json
File metadata and controls
58 lines (58 loc) · 1.63 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
51
52
53
54
55
56
57
58
{
"id": "chronicle-sync",
"title": "Chronicle Sync",
"description": "Bidirectional sync between Chronicle worldbuilding platform and Foundry VTT. Syncs journals, maps, tokens, drawings, shops, and calendars in real-time.",
"version": "0.0.2",
"compatibility": {
"minimum": "12",
"verified": "13",
"maximum": "13"
},
"authors": [
{
"name": "Chronicle Team",
"url": "https://github.com/keyxmakerx/Chronicle-Foundry-Module"
}
],
"url": "https://github.com/keyxmakerx/Chronicle-Foundry-Module",
"manifest": "https://github.com/keyxmakerx/Chronicle-Foundry-Module/releases/latest/download/module.json",
"download": "https://github.com/keyxmakerx/Chronicle-Foundry-Module/releases/download/v0.0.2/chronicle-sync.zip",
"license": "MIT",
"esmodules": [
"scripts/module.mjs"
],
"styles": [
"styles/chronicle-sync.css",
"styles/import-wizard.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": true,
"relationships": {
"modules": [
{
"id": "monks-enhanced-journal",
"type": "module",
"compatibility": {},
"reason": "Optional: Enhanced journal page support for Chronicle entity sync"
},
{
"id": "calendaria",
"type": "module",
"compatibility": {},
"reason": "Optional: Calendar sync between Chronicle and Calendaria"
},
{
"id": "foundryvtt-simple-calendar",
"type": "module",
"compatibility": {},
"reason": "Optional: Calendar sync between Chronicle and Simple Calendar"
}
]
}
}