{
  "short_name": "PlayHub Games AI",
  "name": "PlayHub Games AI - Multi-Game Platform",
  "description": "Play multiple games including Tic-Tac-Toe, Chess, and more with AI opponents and multiplayer support.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any maskable"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "icon-maskable-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#4A90E2",
  "background_color": "#ffffff",
  "categories": ["games", "entertainment"],
  "lang": "en",
  "scope": "/",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+playhubgames",
      "url": "/?game=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/json": [".ttt", ".game"]
      }
    }
  ],
  "shortcuts": [
    {
      "name": "Play Tic-Tac-Toe",
      "short_name": "Tic-Tac-Toe",
      "description": "Start playing Tic-Tac-Toe",
      "url": "/?game=tic-tac-toe",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "New Single Player Game",
      "short_name": "Single Player",
      "description": "Start a new game against AI",
      "url": "/?mode=single",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "New Multiplayer Game",
      "short_name": "Multiplayer",
      "description": "Create or join a multiplayer game",
      "url": "/?mode=multi",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Statistics",
      "short_name": "Stats",
      "description": "View your game statistics and achievements",
      "url": "/?view=stats",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "splash-1170x2532.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "PlayHub Games AI platform in portrait mode"
    },
    {
      "src": "splash-2048x1536.png",
      "sizes": "2048x1536",
      "type": "image/png",
      "form_factor": "wide",
      "label": "PlayHub Games AI platform in landscape mode"
    }
  ]
}