{
  "name": "AI Tic-Tac-Toe",
  "short_name": "Tic-Tac-Toe",
  "description": "Play Tic-Tac-Toe online free against AI or friends. Real-time multiplayer!",
  "start_url": "/games/tic-tac-toe/",
  "scope": "/games/tic-tac-toe/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0b0f",
  "theme_color": "#0a0b0f",
  "icons": [
    {
      "src": "images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}