-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmodule.json
49 lines (49 loc) · 1.22 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
{
"title": "Monk's Common Display",
"description": "Set up a display without all the ui so that it can be displayed on an alternate screen",
"version": "12.01",
"socket": true,
"authors": [
{
"name": "IronMonk",
"discord": "ironmonk88#4075",
"flags": {
"github": "ironmonk88",
"patreon": "ironmonk",
"ko-fi": "ironmonk88"
}
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "pl",
"name": "Polski",
"path": "lang/pl.json"
}
],
"esmodules": [
"monks-common-display.js",
"settings.js"
],
"styles": [
"css/monks-common-display.css"
],
"url": "https://github.com/ironmonk88/monks-common-display",
"download": "https://github.com/ironmonk88/monks-common-display/archive/12.01.zip",
"manifest": "https://github.com/ironmonk88/monks-common-display/releases/latest/download/module.json",
"bugs": "https://github.com/ironmonk88/monks-common-display/issues",
"allowBugReporter": true,
"id": "monks-common-display",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"name": "monks-common-display",
"minimumCoreVersion": "12",
"compatibleCoreVersion": "12"
}