{
  "name": "Tic-Tac-Toe — X's & O's Fun",
  "short_name": "Tic-Tac-Toe",
  "description": "Classic tic-tac-toe for kids. Play a friend or challenge the robot. Works offline.",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "background_color": "#1c1c40",
  "theme_color": "#272757",
  "orientation": "any",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "kids", "entertainment"]
}
