-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.json
77 lines (76 loc) · 1.76 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"geode": "3.2.0",
"version": "v1.1.2",
"id": "bitz.customprofiles",
"name": "CustomProfiles",
"developer": "BitZ",
"description": "A nice mod to customize your profile",
"gd": {
"android": "2.206",
"mac": "2.206",
"win": "2.206"
},
"settings": {
"Corners-section": {
"name": "Corners",
"description": "You can change the corners from your profile right there!",
"type": "custom",
"scale": 300,
"posX": 65
},
"CornersOptions": {
"name": "Placement",
"description": "Nothing important here, LOL",
"type": "custom"
},
"Colors-section": {
"name": "Colors",
"description": "You can change the order of the colors from your profile right there!",
"type": "custom",
"scale": 300,
"posX": 65
},
"ColorOptions": {
"name": "Placement",
"description": "Nothing important here, LOL",
"type": "custom"
},
"Extras-section": {
"name": "Extras",
"description": "Some extra options!",
"type": "custom",
"scale": 300,
"posX": 65
},
"Disable-info-button": {
"name": "Disable info button",
"description": "This hide the info button from profile",
"type": "bool",
"default": false
},
"Account-settings": {
"name": "Account Settings",
"description": "NONE",
"type": "custom"
}
},
"tags": [
"customization",
"interface"
],
"links": {
"source": "https://github.com/iArtie/CustomProfiles",
"community": "https://discord.gg/gXg8w4xJDA"
},
"issues": {
"info": "Post your issues on the <cp>Issue tracking repository</c>.",
"url": "https://github.com/iArtie/CustomProfiles/issues/new/choose"
},
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=v1.11.0",
"importance": "required"
}
]
}