-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmodule.json
More file actions
38 lines (38 loc) · 911 Bytes
/
module.json
File metadata and controls
38 lines (38 loc) · 911 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
32
33
34
35
36
37
38
{
"name": "externalactor",
"title": "External Actor Viewer",
"description": "Makes you able to see characters from unloaded worlds.",
"version": "2.0.0",
"author": "ardittristan#0001",
"esmodules": [
"actorviewer.js"
],
"scripts": [
"modules/dnd5e.js",
"modules/pf2e.js",
"modules/callofcthulhu.js",
"modules/CoC7.js"
],
"systems": [
"dnd5e",
"pf2e",
"callofcthulhu",
"CoC7"
],
"styles": [
"css/externalactor.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": true,
"url": "https://github.com/ardittristan/VTTExternalActorViewer",
"manifest": "https://raw.githubusercontent.com/ardittristan/VTTExternalActorViewer/master/module.json",
"download": "https://github.com/ardittristan/VTTExternalActorViewer/releases/latest/download/actorViewer.zip",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "0.8.2"
}