-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexamplefull.json
More file actions
29 lines (29 loc) · 608 Bytes
/
Copy pathexamplefull.json
File metadata and controls
29 lines (29 loc) · 608 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
{
"subjects": {
"Chemistry": {
"backlog": 18,
"emoji": "\ud83e\uddea",
"color": "#ba68c8",
"daily_increase": 1
},
"Maths": {
"backlog": 18,
"emoji": "\ud83e\uddee",
"color": "#4fc3f7",
"daily_increase": 1
},
"Physics": {
"backlog": 18,
"emoji": "\u269b\ufe0f",
"color": "#FF8A65",
"daily_increase": 1
}
},
"classes_per_day": 4,
"skip_sunday": true,
"course_name": "Jee",
"last_updated": "2026-06-04",
"setup_done": true,
"theme": "dark",
"_sync_notice": "Auto-synced: Added 1 days of growth."
}