{
  "name": "Homework Turtle",
  "short_name": "HWTurtle",
  "description": "Smart homework help for every student",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#0f1117",
  "theme_color": "#4ecdc4",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    { "name": "Homework", "url": "/app?tab=homework", "description": "View your assignments" },
    { "name": "AI Tutor", "url": "/app?tab=tutor", "description": "Ask the AI tutor" },
    { "name": "Calendar", "url": "/app?tab=calendar", "description": "View your calendar" }
  ]
}
