{
  "id": "com.synceducation.app",
  "short_name": "Sync Education",
  "name": "Sync Education",
  "description": "Elite K-5 educational platform connecting students, parents, and teachers with AI tutoring, worksheet checking, and progress tracking.",
  "categories": ["education", "children", "lifestyle"],
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "gcm_sender_id": "103953800507",
  "orientation": "portrait",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "shortcuts": [
    {
      "name": "Study Session",
      "short_name": "Study Log",
      "description": "Log practice and study exercises using AI voice commands",
      "url": "/?action=study",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Homework Helper",
      "short_name": "AI Tutor",
      "description": "Launch AI Homework & Worksheet Helper",
      "url": "/?action=ai_tutor",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Teacher Portal",
      "short_name": "Teacher Hub",
      "description": "Guide students and manage classroom rosters",
      "url": "/?action=teacher",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ]
}
