{
  "name": "SimplySudokuPuzzle Mobile",
  "short_name": "Sudoku",
  "description": "A mobile-friendly Sudoku game with multiple difficulty levels",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#667eea",
  "theme_color": "#764ba2",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "categories": ["games", "puzzle"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}