-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
43 lines (39 loc) · 932 Bytes
/
Copy pathmod.json
File metadata and controls
43 lines (39 loc) · 932 Bytes
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
{
"geode": "4.6.1",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074",
"ios": "2.2074"
},
"early-load": true,
"id": "_a-user95401.account-switcher",
"name": "Account Switcher",
"version": "v1.0.1",
"developer": "user95401",
"description": "The Account Switcher mod for Geomety Dash. really",
"links": {
"community": "https://discord.gg/6SxAbk3bTA",
"homepage": "https://t.me/user95401_channel",
"source": "https://github.com/user95401/Account-Switcher"
},
"tags": [ "interface", "utility" ],
"settings": {
"add-shortcut-in-account-layer": {
"type": "bool",
"name": "Add shortcut in account layer",
"default": true
},
"profile-names": {
"type": "custom:profile-names",
"name": "Profile list",
"default": { "Default": "" }
},
"selected-profile": {
"type": "string",
"name": "Selected profile:",
"requires-restart": true,
"default": "Default"
}
}
}