{
  "name": "Yoloxi Platform",
  "short_name": "Yoloxi",
  "description": "Fast access to Yoloxi platform, chatroom, tasks and documents.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open Yoloxi dashboard",
      "url": "/?source=pwa-dashboard#/dashboard",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Chatroom",
      "short_name": "Chatroom",
      "description": "Open Yoloxi chatroom",
      "url": "/?source=pwa-chat#/chat",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
