{
  "$comment": "Phase 2 §30/§14.3 — STATIC FALLBACK manifest. In production this file is shadowed by a Vercel rewrite that routes /manifest.json to the tenant-manifest edge function (per-tenant branding). This static copy ships LawBook platform defaults so local `vite preview`, dev environments without the rewrite, and any first-paint window before the rewrite resolves still get a valid PWA manifest. Icon files referenced under /icons/ are placeholders — operator regenerates per-tenant icon set during onboarding (see docs/branding.md for the recipe).",
  "name": "LawBook",
  "short_name": "LawBook",
  "description": "Secure client portal and case management for law firms.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1a1a1a",
  "theme_color": "#1a1a1a",
  "lang": "en-US",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
