{
  "name": "Sudoku.School",
  "short_name": "SudokuSchool",
  "description": "Play Sudoku daily challenges and classic puzzles.",
  "id": "/",
  "scope": "/",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#E7E8EA",
  "theme_color": "#fff",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "96x96 72x72 64x64 32x32 24x24",
      "type": "image/x-icon"
    },
    {
      "src": "/icon2.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/icon3.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon4.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}