{
  "name": "SpeakUP - AI Speaking Partner",
  "short_name": "SpeakUP",
  "description": "Your personal AI language coach for real speaking practice, instant feedback, and steady progress.",
  "start_url": "/chat",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f9f9f9",
  "theme_color": "#58cc02",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Focus Dashboard",
      "short_name": "Home",
      "description": "See today's progress, streak and review nudges",
      "url": "/home",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Start Practicing",
      "short_name": "Practice",
      "description": "Jump into a speaking session",
      "url": "/chat",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Flashcards",
      "short_name": "Flashcards",
      "description": "Review your vocabulary",
      "url": "/flashcards",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
