{
  "$comment": "TRINITY-EMAIL-MOBILE-1 — the ROOT-scope web app manifest. public/manifest.json is the driver PWA's, scoped to /driver, and is deliberately left alone: it was never linked from index.html either, so nothing about the driver surface changes here. On iOS, web push is delivered ONLY to a PWA installed to the Home Screen, so this file is the precondition for an iPhone ever receiving a CX alert — not a polish item.",
  "id": "/",
  "name": "Elyon",
  "short_name": "Elyon",
  "description": "Governed logistics operations — inbox, dispatch, and exceptions.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#0C2744",
  "background_color": "#0C2744",
  "orientation": "any",
  "icons": [
    { "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": "Inbox", "short_name": "Inbox", "url": "/cx", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
