-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmodule.json
More file actions
49 lines (49 loc) · 1.58 KB
/
module.json
File metadata and controls
49 lines (49 loc) · 1.58 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
{
"id": "LockView",
"title": "Lock View",
"description": "Lock View is a module that helps GMs take control of what players can view. It can lock the view of players by enabling the GM to block zooming and panning. It can give control over the player's view, allowing the GM to zoom and pan it. It can autoscale the view to, for example, fit the canvas or scale it to a physical grid size.",
"version": "2.0.3_pre2",
"authors": [
{
"name": "Material Foundry",
"email": "info@materialfoundry.nl",
"discord": "MaterialFoundry",
"patreon": "MaterialFoundry"
}
],
"esmodules": [
"./lockview.js"
],
"styles": [
"./css/style.css"
],
"socket": true,
"compatibility": {
"minimum": "13",
"verified": "13"
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"media": [
{
"type": "icon",
"url": "modules/LockView/img/MaterialFoundry512x512.png"
},
{
"type": "setup",
"url": "modules/LockView/img/MaterialFoundry2560x1440.jpg"
},
{
"type": "cover",
"url": "modules/LockView/img/MaterialFoundry2560x1440.jpg"
}
],
"url": "https://github.com/MaterialFoundry/LockView",
"manifest": "https://github.com/MaterialFoundry/LockView/releases/latest/download/module.json",
"download": "https://github.com/MaterialFoundry/LockView/releases/download/v2.0.2/module.zip"
}