-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
39 lines (39 loc) · 1016 Bytes
/
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
{
"geode": "3.6.1",
"gd": {
"win": "2.206",
"android": "2.206",
"mac": "2.206",
"ios": "2.206"
},
"version": "v1.0.0",
"id": "user95401.profile_image",
"name": "Profile Image",
"developer": "user95401",
"description": "ur avatar thingy",
"repository": "https://github.com/user95401/ProfileImage",
"issues": {
"url": "https://github.com/user95401/ProfileImage/issues",
"info": "welcome to github issues\nor [mine discord](https://discord.gg/89VGJH6QQg)"
},
"settings": {
"DAOPFC": {
"name": "Dont animate from corner",
"description": "dont touch anchor point of m_mainLayer from ProfilePage if ownProfile",
"type": "bool",
"default": false
},
"DnttchProfilePage": {
"name": "Dont touch ProfilePage",
"description": "dont do any stuff on ProfilePage",
"type": "bool",
"default": false
},
"DnttchMenuLayer": {
"name": "Dont touch MenuLayer",
"description": "dont do any stuff on MenuLayer (profile btn so)",
"type": "bool",
"default": false
}
}
}