{
  "name": "PlayChessAI",
  "short_name": "ChessAI",
  "description": "AI-powered chess platform. Puzzles, multiplayer, coaching, and more.",
  "start_url": "/chess-home.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f5f2ed",
  "theme_color": "#c8502a",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "education"],
  "lang": "en",
  "orientation": "any",
  "shortcuts": [
    { "name": "Solve Puzzles", "url": "/chess-best-move.html", "description": "Daily chess puzzle training" },
    { "name": "Play vs AI",    "url": "/chess-play-ai.html",   "description": "Game against the AI coach" },
    { "name": "Multiplayer",   "url": "/chess-challenge.html", "description": "Challenge friends" },
    { "name": "My Profile",    "url": "/chess-profile.html",   "description": "Stats and progress" }
  ]
}

