{
  "id": "/pwa-start",
  "name": "ExconOS Sub/User + Client Portal",
  "short_name": "ExconOS",
  "description": "ExconOS — full subscriber/user platform and secure client portal.",
  "start_url": "/pwa-start",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#E6F7FB",
  "theme_color": "#0077BE",
  "categories": ["business", "productivity", "construction"],
  "icons": [
    {
      "src": "/exconos-share-logo.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/exconos-share-logo.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Sub/User Platform",
      "short_name": "Platform",
      "description": "Open the full ExconOS platform.",
      "url": "/pwa-start?mode=platform",
      "icons": [{ "src": "/exconos-share-logo.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Client Portal",
      "short_name": "Client Portal",
      "description": "Open the ExconOS Client Portal.",
      "url": "/pwa-start?mode=client",
      "icons": [{ "src": "/exconos-share-logo.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ]
}
