{
  "id": "lighthouse-church-portal",
  "name": "Lighthouse Church Portal",
  "short_name": "LH Portal",
  "description": "Church access, messages, events, Bible study, member tools, and ministry resources — The Lighthouse Church",
  "start_url": "/portal/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0B1F3A",
  "theme_color": "#0B1F3A",
  "orientation": "portrait-primary",
  "categories": ["education", "lifestyle", "social"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/pwa-icons/tlclogo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/pwa-icons/tlclogo.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/pwa-icons/tlclogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-icons/tlclogo.png",
      "sizes": "any",
      "type": "image/png"
    }
  ],
  "screenshots": [],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}