-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmodule.json
More file actions
54 lines (54 loc) · 1.42 KB
/
module.json
File metadata and controls
54 lines (54 loc) · 1.42 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
{
"name": "SharedVision",
"id": "SharedVision",
"title": "Shared Vision",
"description": "Shared Vision provides an easy way to toggle vision sharing between multiple tokens",
"version": "1.2.0",
"authors": [
{
"name": "CDeenen"
},
{
"name": "muhahahahe",
"discord": "muhahahahe"
}
],
"esmodules": [
"./sharedvision.js"
],
"styles": [
"./css/style.css"
],
"socket": true,
"minimumCoreVersion": "9.0",
"compatibleCoreVersion": "13",
"compatibility": {
"minimum": "9",
"verified": "13",
"maximum" : "13"
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"media": [
{
"type": "icon",
"url": "modules/SharedVision/img/MaterialFoundry512x512.png"
},
{
"type": "setup",
"url": "modules/SharedVision/img/MaterialFoundry2560x1440.jpg"
},
{
"type": "cover",
"url": "modules/SharedVision/img/MaterialFoundry2560x1440.jpg"
}
],
"url": "https://github.com/CDeenen/SharedVision",
"manifest": "https://github.com/CDeenen/SharedVision/releases/latest/download/module.json",
"download": "https://github.com/CDeenen/SharedVision/releases/download/v1.2.0/module.zip"
}