{
  "name": "BD Customer Portal",
  "short_name": "BD Portal",
  "description": "Customer portal for invoices, quotations, documents, and chat with the BD team.",
  "start_url": "/portal",
  "scope": "/portal",
  "id": "/portal",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f1f5f9",
  "theme_color": "#4f46e5",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "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": "Invoices",
      "short_name": "Invoices",
      "url": "/portal/invoices",
      "description": "View your invoices"
    },
    {
      "name": "Messages",
      "short_name": "Chat",
      "url": "/portal/messages",
      "description": "Chat with our team"
    },
    {
      "name": "Documents",
      "short_name": "Docs",
      "url": "/portal/attachments",
      "description": "Browse documents"
    }
  ]
}
