{
  "name": "Sudoku Vault",
  "short_name": "Sudoku Vault",
  "description": "A clean and challenging Sudoku game with multiple board sizes and difficulty levels.",
  "start_url": "index.html",
  "background_color": "#000000",
  "theme_color": "#0f4a73",
  "display": "fullscreen",
  "orientation": "portrait",  
  "icons": [
  {
    "src": "icon-256.png",
    "sizes": "256x256",
    "type": "image/png"
  },
  {
	"src": "icon-192.png",
    "sizes": "192x192",
    "type": "image/png"
  },
  {
	"src": "icon-512.png",
    "sizes": "512x512",
    "type": "image/png"
  },{
	"src": "icon-128.png",
    "sizes": "128x128",
    "type": "image/png"
  }
  ]
}