{
  "name": "FlockConnect ChRM",
  "short_name": "FlockConnect",
  "description": "Church Relationship Management for Pastors - Connect, nurture, and grow your congregation",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "categories": ["productivity", "business"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/dashboard-main.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Dashboard showing connection health and insights"
    }
  ],
  "shortcuts": [
    {
      "name": "Members",
      "short_name": "Members",
      "description": "View and manage church members",
      "url": "/members",
      "icons": [{ "src": "/flockconnect-no-words.png", "sizes": "192x192" }]
    },
    {
      "name": "Connections",
      "short_name": "Connections",
      "description": "View connection map and AI suggestions",
      "url": "/connections",
      "icons": [{ "src": "/flockconnect-no-words.png", "sizes": "192x192" }]
    },
    {
      "name": "Follow-ups",
      "short_name": "Follow-ups",
      "description": "Manage pastoral follow-up tasks",
      "url": "/follow-ups",
      "icons": [{ "src": "/flockconnect-no-words.png", "sizes": "192x192" }]
    }
  ]
}
