{
  "name": "Next-Gen Chess",
  "short_name": "NGChess",
  "description": "Play chess with a built-in AI coach that explains every move — free, for players and classrooms.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "theme_color": "#0B1220",
  "background_color": "#0f172a",
  "categories": ["education", "games", "kids"],
  "icons": [
    { "src": "/img/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/img/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/img/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Play", "short_name": "Play", "url": "/lobby", "description": "Jump into a game" },
    { "name": "Daily Puzzle", "short_name": "Puzzle", "url": "/puzzle/daily", "description": "Solve today's puzzle" },
    { "name": "Game Review", "short_name": "Review", "url": "/review", "description": "Review a game with the coach" }
  ]
}
