{
  "name": "ChessMentor",
  "short_name": "ChessMentor",
  "description": "Interactive chess lessons, puzzles, and practice for all levels.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0f0e8",
  "theme_color": "#1a3a5c",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "games"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Lessons",
      "url": "/?tab=lessons",
      "description": "Browse and study chess lessons"
    },
    {
      "name": "Puzzles",
      "url": "/?tab=puzzles",
      "description": "Solve chess puzzles"
    },
    {
      "name": "Play",
      "url": "/?tab=play",
      "description": "Play against the engine"
    }
  ]
}
