{
  "name": "Ultimate Tic Tac Toe",
  "short_name": "UTicTacToe",
  "description": "Strategic Ultimate Tic Tac Toe game - Play the classic 3x3 grid of tic-tac-toe boards!",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#0ea5e9",
  "background_color": "#1a1f2e",
  "orientation": "portrait"
}