{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "iSite: Teamwork Hub",
  "short_name": "iSite",
  "description": "iSite – A collaborative task management platform designed to streamline teamwork and boost productivity.",
  "lang": "en-US",
  "start_url": "/tasks",
  "display": "standalone",
  "background_color": "#91ABE6",
  "theme_color": "#91ABE6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}