SEAAITUTOR / config.json
AptlyDigital's picture
Rename confif.json to config.json
e947688 verified
raw
history blame contribute delete
683 Bytes
{
"app": {
"name": "SEA Prep Pro",
"version": "1.0.0",
"theme": {
"primary": "#6366f1",
"secondary": "#10b981",
"accent": "#f59e0b",
"dark": "#1f2937",
"light": "#f9fafb"
}
},
"subjects": {
"Mathematics": {
"description": "Number concepts, computation, geometry, algebra",
"topics_count": 8,
"color": "#4A90E2"
},
"English Language": {
"description": "Grammar, vocabulary, comprehension, writing",
"topics_count": 6,
"color": "#FF6B6B"
}
},
"features": {
"pdf_processing": true,
"adaptive_learning": true,
"progress_tracking": true,
"gamification": true
}
}