{
  "name": "VeryFreeSudoku",
  "short_name": "Sudoku",
  "description": "Free Sudoku puzzles for players of all skill levels.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#f8f7f4",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "/public/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/public/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
