-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.json
47 lines (47 loc) · 1.32 KB
/
mod.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
{
"geode": "4.0.1",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074",
"ios": "2.2074"
},
"id": "sheepdotcom.geode-ui-tweaks",
"name": "Geode UI Tweaks",
"version": "v0.1.0",
"developer": "sheepdotcom",
"description": "Tweak the Geode UI a bit more.",
"tags": ["customization", "interface"],
"links": {
"source": "https://github.com/sheepdotcom/geode-ui-tweaks"
},
"settings": {
"transparent-lists": {
"name": "Transparent Lists",
"description": "Makes the mod list background transparent. Best used with geode theme enabled.",
"type": "bool",
"default": false
},
"list-bg-transparency": {
"name": "List Background Transparency",
"description": "Change the transparency of the background behind the mod list.",
"type": "int",
"control": {"slider": true, "slider-step": 5, "arrows": true, "arrow-step": 5, "big-arrows": true, "big-arrow-step": 25, "input": true},
"default": 100,
"min": 0,
"max": 255
},
"larger-logos": {
"name": "Larger Logos",
"description": "Increases the size of the logos on mod items.",
"type": "bool",
"default": false
},
"fix-mod-info-size": {
"name": "Fix Mod Info Size",
"description": "Increases the width of the info container to extend all the way to the download count.",
"type": "bool",
"default": false
}
}
}