-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmodule.json
39 lines (39 loc) · 1.03 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
{
"id": "disable-mouse-wheel-sliders",
"title": "Disable Mouse Wheel Control for Sliders",
"description": "Adds a client-side setting that disables mouse wheel control of sliders and input fields.",
"version": "2.1.0",
"esmodules": [
"/disable-mouse-wheel-sliders.js"
],
"url": "https://github.com/mrkwnzl/disable-mouse-wheel-sliders-foundryvtt",
"manifest": "https://raw.githubusercontent.com/mrkwnzl/disable-mouse-wheel-sliders-foundryvtt/main/module.json",
"download": "https://github.com/mrkwnzl/disable-mouse-wheel-sliders-foundryvtt/releases/download/v2.1.0/release.zip",
"authors": [
{
"name": "Marko Wenzel",
"flags": {}
}
],
"compatibility": {
"minimum": "0.8.5",
"verified": "12"
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "languages/de.json"
},
{
"lang": "es-es",
"name": "Spanish",
"path": "languages/es-es.json"
}
]
}