-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathmodule.json
More file actions
59 lines (59 loc) · 1.25 KB
/
module.json
File metadata and controls
59 lines (59 loc) · 1.25 KB
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
{
"id": "party-overview",
"title": "Party Overview",
"description": "Provides an instant overview about vital stats of the players active in the current scene",
"version": "2.14",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "pt-BR",
"name": "Português Brasileiro",
"path": "lang/pt-BR.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "fi",
"name": "Suomi",
"path": "lang/fi.json"
}
],
"esmodules": ["party-overview.js"],
"styles": ["style/party-overview.css"],
"url": "http://github.com/mclemente/party-overview",
"bugs": "http://github.com/mclemente/party-overview/issues",
"manifest": "https://github.com/mclemente/party-overview/releases/latest/download/module.json",
"download": "https://github.com/mclemente/party-overview/releases/latest/download/module.zip",
"authors": [
{
"name": "Matheus Clemente",
"discord": "mclemente"
}
],
"compatibility": {
"minimum": "13",
"verified": "13"
}
}