{
  "name": "VitelGlobal Desktop",
  "short_name": "VitelGlobal",
  "description": "VitelGlobal unified communications platform with offline support",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4F46E5",
  "orientation": "any",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "communication"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Open chat conversations",
      "url": "/chat",
      "icons": [{ "src": "/icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Calls",
      "short_name": "Calls",
      "description": "Make and receive calls",
      "url": "/calls",
      "icons": [{ "src": "/icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Meetings",
      "short_name": "Meetings",
      "description": "View scheduled meetings",
      "url": "/meetings",
      "icons": [{ "src": "/icon.png", "sizes": "96x96" }]
    }
  ],
  "prefer_related_applications": false,
  "protocol_handlers": [],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
