{
  "name": "What Egg Are You?",
  "short_name": "Egg Quiz",
  "description": "A fun personality quiz to find out what type of egg matches your vibe.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFDE7",
  "theme_color": "#FBC02D",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ]
}
