{
  "name": "Relaxing Puzzles",
  "short_name": "Puzzles",
  "description": "Upload and play high-resolution jigsaw puzzles.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f4eade",
  "theme_color": "#8b5a2b",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}