{
  "name": "Infinity Hub",
  "short_name": "Infinity Hub",
  "description": "Secure real-time chat, meetings and file sharing.",
  "id": "/",
  "start_url": "/chat",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0b0f19",
  "theme_color": "#646CC4",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "Chat", "url": "/chat" },
    { "name": "Meetings", "url": "/meetings" },
    { "name": "Tasks", "url": "/tasks" }
  ]
}
