{
  "name": "Quiz 4 Learn - PWA",
  "short_name": "Quiz4Learn",
  "description": "Your one-stop solution for top-notch services.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/assets/images/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/images/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
      {
          "src": "/assets/images/screenshots/screenshot1-wide.png",
          "sizes": "1200x800",
          "type": "image/png",
          "form_factor": "wide" 
      },
      {
          "src": "/assets/images/screenshots/screenshot2-narrow.png",
          "sizes": "640x960",
          "type": "image/png",
          "form_factor": "narrow" 
      }
  ]
}