{
  "name": "TicTacToku",
  "short_name": "TicTacToku",
  "description": "Free multiplayer puzzle game: solve Sudoku and claim boxes to win Tic-Tac-Toe.",
  "start_url": "/play",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#F6F0E8",
  "background_color": "#F6F0E8",
  "icons": [
    {
      "src": "/index.icon.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/index.apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/index.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
