{
  "id": "/portal",
  "name": "Essor AWD Client Portal",
  "short_name": "Essor Portal",
  "description": "Secure client portal for projects, payments, shared files and support.",
  "start_url": "/portal",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#FAF9F6",
  "theme_color": "#0F1B2D",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "My Work",
      "short_name": "Work",
      "description": "Open projects and current work",
      "url": "/portal/work",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Payments",
      "short_name": "Payments",
      "description": "Open quotes and invoices",
      "url": "/portal/payments",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Support",
      "short_name": "Support",
      "description": "Open client support",
      "url": "/portal/support",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
