{
  "name": "BioActive",
  "short_name": "BioActive",
  "description": "Learn Biology the fun way",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#18181b",
  "theme_color": "#10b981",
  "scope": "/",
  "icons": [
    {
      "src": "/assets/icon.jpg",
      "sizes": "192x192",
      "type": "image/jpeg"
    },
    {
      "src": "/assets/icon.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ]
}