-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodinfo.json
45 lines (45 loc) · 1.18 KB
/
modinfo.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
{
"author": "asa",
"build": "115872",
"context": "client",
"date": "2022-07-20",
"description": "This mod aims to replace and improves aspects of the original UI. This mod is a work-in-progress, more details on github.",
"display_name": "Clean UI",
"forum": "https://forums.planetaryannihilation.com/threads/client-clean-ui.73581/",
"identifier": "com.pa.asa.cleanui",
"signature": "not yet implemented",
"version": "2.0.2",
"scenes": {
"start": [
"coui://ui/mods/com.pa.asa.cleanui/start.js",
"coui://ui/mods/com.pa.asa.cleanui/bootstrap.css"
],
"system_editor": [
"coui://ui/mods/com.pa.asa.cleanui/system_editor.js"
],
"uberbar": [
"coui://ui/mods/com.pa.asa.cleanui/uberbar.js"
]
},
"icon": "https://i.imgur.com/iWU7Xhp.png",
"fileSystem": false,
"searchable": [
"classic",
"titans",
"asa"
],
"authors": [
"asa"
],
"github": "https://github.com/asanull/com.pa.asa.cleanui",
"priority": 80,
"timestamp": 1627689600000,
"dependencies": [],
"companions": [],
"framework": false,
"titansOnly": false,
"classicOnly": false,
"classic": true,
"titans": true,
"conflicts": {}
}