{
  "name": "Gather — Meeting Intelligence",
  "short_name": "Gather",
  "description": "AI-powered meeting intelligence for churches and ministry teams",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#2563EB",
  "categories": ["productivity", "business"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "New Meeting",
      "short_name": "New",
      "url": "/meetings/new",
      "description": "Create a new meeting"
    },
    {
      "name": "Action Items",
      "short_name": "Tasks",
      "url": "/action-items",
      "description": "View your action items"
    },
    {
      "name": "Ask AI",
      "short_name": "Ask",
      "url": "/ask",
      "description": "Query your meeting history"
    }
  ]
}
