{
  "name": "Infinite Tic-Tac-Toe",
  "short_name": "Tic-Tac-Toe",
  "description": "Infinite Tic-Tac-Toe. A game where a draw is impossible. Victory depends on strategy, not the first move.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a202c",
  "theme_color": "#1a202c",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-1.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Main Screen on Mobile"
    },
    {
      "src": "/screenshots/screenshot-2.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Game Board on Mobile"
    },
    {
      "src": "/screenshots/screenshot-3.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Player Profile on Mobile"
    },
    {
      "src": "/screenshots/screenshot-4.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Game Board on Desktop"
    },
    {
      "src": "/screenshots/screenshot-5.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Player Profile on Desktop"
    }
  ]
}
