{
  "name": "English Easylife - The Language Quest",
  "short_name": "English Easylife",
  "description": "Learn English through fun games and exciting adventures",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e1b4b",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "games"],
  "shortcuts": [
    {
      "name": "Start Learning",
      "short_name": "Learn",
      "description": "Choose your level and start learning",
      "url": "/levels",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaderboard",
      "description": "View your ranking",
      "url": "/leaderboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Achievements",
      "short_name": "Achievements",
      "description": "View your achievements",
      "url": "/achievements",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
