-
Notifications
You must be signed in to change notification settings - Fork 13
/
module.json
62 lines (62 loc) · 1.4 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
62
{
"title": "Always HP",
"description": "We're always updating HP, add a window to make it easier to adjust that",
"version": "12.01",
"authors": [
{
"name": "IronMonk",
"discord": "ironmonk88#4075",
"flags": {
"github": "ironmonk88",
"patreon": "ironmonk",
"ko-fi": "ironmonk88"
}
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-tw.json"
},
{
"lang": "pl",
"name": "Polish",
"path": "lang/pl.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}
],
"esmodules": [
"alwayshp.js"
],
"styles": [
"css/alwayshp.css"
],
"url": "https://github.com/ironmonk88/always-hp",
"download": "https://github.com/ironmonk88/always-hp/archive/12.01.zip",
"manifest": "https://github.com/ironmonk88/always-hp/releases/latest/download/module.json",
"bugs": "https://github.com/ironmonk88/always-hp/issues",
"allowBugReporter": true,
"id": "always-hp",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"name": "always-hp",
"minimumCoreVersion": "12",
"compatibleCoreVersion": "12"
}