{
  "name": "Sudoku",
  "short_name": "Sudoku",
  "description": "A beautiful Sudoku puzzle game with multiple difficulty levels, hints, and statistics tracking",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#f8f8fa",
  "theme_color": "#378ADD",
  "orientation": "portrait",
  "icons": [
    { "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" },
    { "src": "icons/icon.svg", "sizes": "512x512", "type": "image/svg+xml" },
    { "src": "icons/icon.svg", "sizes": "192x192", "type": "image/svg+xml" }
  ],
  "categories": ["games", "puzzle"]
}
