{
  "name": "MasterChess — Play Chess Online",
  "short_name": "Master Chess",
  "description": "Play chess online free vs players or AI bots, live tournaments, Stockfish analysis, and opening trainer. No puzzles — just real chess.",
  "id": "/",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0b0b0d",
  "theme_color": "#0b0b0d",
  "lang": "en",
  "dir": "ltr",
  "categories": ["games", "entertainment", "education"],
  "icons": [
    { "src": "/app-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/app-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/app-icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/app-icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Quick Match",
      "short_name": "Quick Match",
      "url": "/play/online?utm_source=pwa_shortcut",
      "description": "Find an opponent instantly",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Play vs Bots",
      "short_name": "vs Bots",
      "url": "/play?utm_source=pwa_shortcut",
      "description": "Play chess vs AI bots",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Tournaments",
      "short_name": "Tournaments",
      "url": "/tournaments?utm_source=pwa_shortcut",
      "description": "Join a live tournament",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "url": "/profile?utm_source=pwa_shortcut",
      "description": "View stats and rating",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
