{
  "name": "Your Magic Mirror",
  "short_name": "Magic Mirror",
  "description": "A private space to think out loud. The Mirror listens and reflects back what it hears.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fdfaf6",
  "theme_color": "#fdfaf6",
  "icons": [
    { "src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/static/icon-mirror.png", "sizes": "256x256", "type": "image/png" },
    { "src": "/static/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ]
}
