{
  "name": "Tic-Tac-Toe Game",
  "short_name": "Tic-Tac-Toe",
  "description": "Fun tic-tac-toe game for kids to play with family",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ]
}
