{
  "name": "Checkmate Mind",
  "short_name": "CheckMate",
  "description": "AI-powered chess learning and tutoring platform",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#58284f",
  "background_color": "#f8f0f6",
  "lang": "en",
  "categories": ["education", "games"],
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "AI Tutor",
      "short_name": "Tutor",
      "url": "/learn-ai",
      "description": "Quiz and chat with your AI tutor"
    },
    {
      "name": "Dashboard",
      "short_name": "Progress",
      "url": "/dashboard",
      "description": "View your progress and weak spots"
    },
    {
      "name": "Analyze",
      "short_name": "Analyze",
      "url": "/analyze",
      "description": "Analyze a chess position"
    }
  ]
}
