{
  "id": "/?source=pwa",
  "name": "Shivansh Team",
  "short_name": "Shivansh Team",
  "description": "Internal enterprise team for Shivansh Infosys to manage leads, projects, tasks, and cloud operations.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/images/logo/192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/images/logo/192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/images/logo/512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/images/logo/512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    },
    {
      "src": "/images/logo/192.png",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "My Leads",
      "short_name": "Leads",
      "description": "View and manage assigned leads",
      "url": "/leads/user?source=pwa_shortcut",
      "icons": [
        {
          "src": "/images/logo/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Tasks",
      "short_name": "Tasks",
      "description": "View assigned tasks and progress",
      "url": "/tasks/user?source=pwa_shortcut",
      "icons": [
        {
          "src": "/images/logo/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "Track in-house and outsource projects",
      "url": "/projects?source=pwa_shortcut",
      "icons": [
        {
          "src": "/images/logo/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Supports",
      "short_name": "Support",
      "description": "View active support tickets",
      "url": "/supports/user?source=pwa_shortcut",
      "icons": [
        {
          "src": "/images/logo/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
