{
  "_comment": "DEFAULT MANIFEST — brand-neutral fallback. display:browser is REQUIRED here. This file is what Chrome reads if any product entry HTML happens to not have its per-brand manifest injected; it is also what the brand-swap script in index.html shows pre-swap. If display:standalone were set here, Chrome would briefly cache YerCompany as a PWA on whatever host happened to load this — that's the regression we keep fixing. Per-product manifests (manifest-yer*.json) may opt back into display:standalone if they intentionally render <InstallAppWidget> in their app shell. Customer-facing buyer portals (tengtools-usa.com etc.) MUST stay display:browser.",
  "name": "YerCompany",
  "short_name": "YerCompany",
  "description": "YerCompany platform — multi-product workspace.",
  "start_url": "/dashboard",
  "display": "browser",
  "orientation": "any",
  "theme_color": "#0C1A3A",
  "background_color": "#0C1A3A",
  "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-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["business", "finance", "productivity"]
}
