-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
41 lines (41 loc) · 865 Bytes
/
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
{
"id": "doormacro",
"title": "Door Macro",
"version": "AUTOMATIC",
"authors": [
{
"name": "Zhell",
"url": "https://github.com/krbz999",
"discord": "zhell9201",
"ko-fi": "https://ko-fi.com/zhell",
"patreon": "https://patreon.com/zhell"
}
],
"compatibility": {
"minimum": 12,
"verified": 12
},
"esmodules": [
"scripts/setup.mjs"
],
"styles": [
"styles/styles.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"flags": {
"hotReload": {
"extensions": ["json", "css"],
"paths": ["styles/*.css", "lang/en.json"]
}
},
"url": "https://github.com/krbz999/doormacro",
"manifest": "https://github.com/krbz999/doormacro/releases/latest/download/module.json",
"download": "AUTOMATIC"
}