-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
51 lines (51 loc) · 1.45 KB
/
Copy pathmodule.json
File metadata and controls
51 lines (51 loc) · 1.45 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
{
"id": "foundry-table-mode",
"title": "Foundry Table Mode",
"description": "Orchestration layer for in-person table-TV D&D setups. One GM toolbar controls viewport lock, display push, and mood presets on a dedicated VTT-user client.",
"version": "0.15.1",
"compatibility": {
"minimum": "13",
"verified": "13"
},
"authors": [
{
"name": "Carl Albertsson",
"url": "https://github.com/mellowism"
}
],
"url": "https://github.com/mellowism/foundry-table-mode",
"bugs": "https://github.com/mellowism/foundry-table-mode/issues",
"changelog": "https://github.com/mellowism/foundry-table-mode/blob/main/CHANGELOG.md",
"readme": "https://github.com/mellowism/foundry-table-mode/blob/main/README.md",
"license": "https://github.com/mellowism/foundry-table-mode/blob/main/LICENSE",
"esmodules": [
"dist/table-mode-v0.15.1.js"
],
"styles": [
"src/styles/table-mode.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "src/lang/en.json"
}
],
"socket": true,
"manifest": "https://raw.githubusercontent.com/mellowism/foundry-table-mode/main/module.json",
"download": "https://github.com/mellowism/foundry-table-mode/releases/latest/download/foundry-table-mode.zip",
"protected": false,
"library": false,
"flags": {
"hotReload": {
"extensions": [
"css",
"json"
],
"paths": [
"src/styles",
"src/lang"
]
}
}
}