{
  "name": "Omega Copilot — AI Homeschool Assistant",
  "short_name": "Omega",
  "description": "Your AI teaching assistant — plan less, teach more. Personalized daily plans, interactive AI tutoring, and progress tracking for homeschool families.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ECEEF3",
  "theme_color": "#1B3D4D",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "lang": "en-US",
  "shortcuts": [
    {
      "name": "Daily Planner",
      "short_name": "Plan",
      "description": "Generate today's lesson plan",
      "url": "/plan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Ask Omega",
      "short_name": "Chat",
      "description": "Chat with your AI teaching assistant",
      "url": "/chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Progress",
      "short_name": "Progress",
      "description": "View learning progress and weekly summaries",
      "url": "/progress",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
