-
Notifications
You must be signed in to change notification settings - Fork 8
/
module.json
61 lines (61 loc) · 1.76 KB
/
module.json
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
59
60
61
{
"id": "zoom-pan-options",
"title": "Zoom/Pan Options",
"description": "Adds cursor-based zoom, touchpad/scrollwheel zoom/pan support, and other options.",
"version": "1.14.3",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"esmodules": [
"scripts/zoom-pan-options.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"url": "https://github.com/shemetz/ZoomPanOptions",
"manifest": "https://github.com/shemetz/ZoomPanOptions/raw/master/module.json",
"download": "https://github.com/shemetz/ZoomPanOptions/archive/master.zip",
"readme": "https://github.com/shemetz/ZoomPanOptions/blob/master/Readme.md",
"changelog": "https://github.com/shemetz/ZoomPanOptions/blob/master/Changelog.md",
"license": "https://github.com/shemetz/ZoomPanOptions/blob/master/License.txt",
"bugs": "https://github.com/shemetz/ZoomPanOptions/issues",
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/latest/download/module.json",
"compatibility": {
"minimum": "1.12.7.0",
"verified": "1.12.13.1"
}
}
]
},
"authors": [
{
"name": "shemetz",
"discord": "shemetz",
"email": "[email protected]",
"reddit": "u/Shemetz"
}
],
"media": [
{
"type": "icon",
"url": "https://raw.githubusercontent.com/shemetz/ZoomPanOptions/master/metadata/icon.png",
"caption": "Zoom/Pan Options"
},
{
"type": "cover",
"url": "https://raw.githubusercontent.com/shemetz/ZoomPanOptions/master/metadata/cover.png",
"caption": "Zoom/Pan Options"
}
]
}