{
    "name": "Sci-Bono AI Discovery Hub",
    "short_name": "AI Discovery",
    "description": "Learn about artificial intelligence concepts and applications",
    "start_url": "/index.html",
    "display": "standalone",
    "background_color": "#F9F9FF",
    "theme_color": "#4B6EFB",
    "id": "/index.html",
   
    "icons": [
      {
        "src": "/images/android-chrome-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any maskable"
      },
      {
        "src": "/images/android-chrome-512x512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any maskable"
      }
    ],

    "screenshots": [
      {
        "src": "/images/screenshot-desktop.png",
        "sizes": "1280x720",
        "type": "image/png",
        "form_factor": "wide"
      },
      {
        "src": "/images/screenshot-mobile.png",
        "sizes": "390x844",
        "type": "image/png"
      }
    ]

  }