-
Notifications
You must be signed in to change notification settings - Fork 6
/
module.json
46 lines (46 loc) · 1.18 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
{
"id": "tidy-ui_game-settings",
"name": "tidy-ui_game-settings",
"title": "Tidy UI - Game Settings",
"description": "User Interface Improvements for the Game Settings Window",
"authors": [{ "name": "sdenec" }],
"version": "0.1.52",
"minimumCoreVersion": "10",
"compatibleCoreVersion": "11",
"compatibility": {
"minimum": "10",
"verified": "11"
},
"styles": ["./styles/tidy-ui_game-settings.css"],
"esmodules": ["tidy-ui_game-settings.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "langs/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "langs/de.json"
},
{
"lang": "es",
"name": "Español",
"path": "langs/es.json"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "langs/zh-tw.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "langs/ja.json"
}
],
"url": "https://github.com/sdenec/tidy-ui_game-settings",
"manifest": "https://raw.githubusercontent.com/sdenec/tidy-ui_game-settings/master/module.json",
"download": "https://github.com/sdenec/tidy-ui_game-settings/raw/master/tidy-ui_game-settings.zip"
}