-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
38 lines (38 loc) · 922 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
{
"id": "settings-hotkeys",
"title": "Settings Hotkeys",
"version": "1.0.0",
"compatibility": {
"minimum": "10",
"verified": "12.331"
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"esmodules": ["scripts/init.mjs"],
"authors": [
{
"name": "Emmanuel Wineberg",
"email": "[email protected]",
"url": "https://github.com/esheyw",
"discord": "esheyw"
}
],
"license": "LICENSE",
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"]
}
},
"manifest": "updatedByRelease",
"url": "updatedByRelease",
"download": "updatedByRelease",
"readme": "https://github.com/esheyw/settings-hotkeys/blob/main/README.md",
"bugs": "https://github.com/esheyw/settings-hotkeys/issues",
"changelog": "https://github.com/esheyw/settings-hotkeys/blob/main/CHANGELOG.md"
}