{
  "name": "Hestini AI",
  "short_name": "Hestini",
  "description": "Hestini AI - Your Intelligent Workspace",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#079d9d",
  "background_color": "#ffffff",
  "lang": "en",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/logo.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New chat",
      "short_name": "Chat",
      "url": "/chats/new",
      "description": "Start a new conversation"
    },
    {
      "name": "Documents",
      "short_name": "Docs",
      "url": "/documents",
      "description": "Open your document library"
    },
    {
      "name": "Email",
      "short_name": "Email",
      "url": "/email",
      "description": "Open the email hub"
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "url": "/calendar",
      "description": "View upcoming meetings"
    }
  ]
}
