{
  "name": "Poyeso Office — Lead-to-cash workspace",
  "short_name": "Poyeso Office",
  "description": "Documents, CRM, billing, inbox, and native AI — one workspace for Indian teams.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#3ecfb2",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/logo/logo-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/logo/logo-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "url": "/dashboard",
      "icons": [{ "src": "/logo/logo-mark.svg", "sizes": "any" }]
    },
    {
      "name": "Documents",
      "url": "/documents",
      "icons": [{ "src": "/logo/logo-mark.svg", "sizes": "any" }]
    },
    {
      "name": "Inbox",
      "url": "/inbox",
      "icons": [{ "src": "/logo/logo-mark.svg", "sizes": "any" }]
    }
  ],
  "prefer_related_applications": false,
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"],
        "application/vnd.ms-excel": [".xls"],
        "text/csv": [".csv"],
        "application/vnd.openxmlformats-officedocument.presentationml.presentation": [".pptx"],
        "application/pdf": [".pdf"]
      },
      "launch_type": "single-client"
    }
  ]
}
