-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmod.json
More file actions
83 lines (83 loc) · 3.01 KB
/
mod.json
File metadata and controls
83 lines (83 loc) · 3.01 KB
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
78
79
80
81
82
83
{
"name": "Editor Tracker",
"id": "ggod.wakatime",
"description": "Editor time tracker with WakaTime integration",
"developer": "ggod",
"tags": ["editor", "utility"],
"version": "v2.1.5",
"geode": "4.7.0",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074",
"ios": "2.2074"
},
"links": {
"source": "https://github.com/ggodpl/WakaTimeGD"
},
"dependencies": {
"alphalaneous.happy_textures": {
"importance": "recommended",
"version": "2.0.7"
}
},
"resources": {
"sprites": [
"resources/wakatimeLogoGolden.png",
"resources/wakatimeMenuBackground.png",
"resources/wakatimeDebugIcon.png",
"resources/border.png",
"resources/fill.png",
"resources/borderSq.png",
"resources/fillSq.png",
"resources/left.png",
"resources/right.png"
]
},
"settings": {
"online": {
"type": "bool",
"name": "Enable WakaTime integration",
"default": false,
"description": "If enabled, your Geometry Dash Editor activity and level names will be sent to WakaTime servers for time tracking.\n\nYou can disable this option at any time to stop sending data"
},
"auto-download": {
"type": "bool",
"name": "Enable wakatime-cli auto-download",
"default": false,
"description": "Automatically download and update the wakatime-cli binary required to send activity data to WakaTime.\n\nIf disabled, you must install wakatime-cli manually.\nSee the mod's README for manual installation instructions."
},
"api-key": {
"type": "string",
"name": "WakaTime API key",
"default": "",
"filter": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_",
"description": "Your WakaTime API key, available at https://wakatime.com/settings/account.\n\nIf left blank, the mod will attempt to use the key from your .wakatime.cfg file, if present."
},
"api-url": {
"type": "string",
"name": "WakaTime API URL",
"default": "https://api.wakatime.com/api/v1",
"filter": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789:/.-_",
"description": "The WakaTime server URL.\n\n<cr>Warning: Changing this to a custom server will allow that server's owner to see your activity and project names.\nOnly change this if you know what you're doing.</c>"
},
"track-playtesting": {
"type": "bool",
"name": "Track Playtesting",
"default": true,
"description": "If enabled, playtesting will be tracked as Manual Testing. This setting only affects WakaTime integration, not the local tracking"
},
"color-designing": {
"type": "color",
"name": "Designing activity color",
"default": [31, 184, 255],
"description": "Which color will be used for the Designing activity"
},
"color-playtesting": {
"type": "color",
"name": "Playtesting activity color",
"default": [31, 255, 106],
"description": "Which color will be used for the Playtesting activity"
}
}
}