{
  "name": "ChurchHERO",
  "short_name": "ChurchHERO",
  "description": "Church Operations Platform — run Easter, VBS, Christmas, Volunteer Recruitment, and other campaigns end-to-end on one platform.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FAFAF7",
  "theme_color": "#3B82F6",
  "lang": "en-US",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Campaigns",
      "short_name": "Campaigns",
      "url": "/campaigns",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Action Items",
      "short_name": "Tasks",
      "url": "/dashboard?tab=tasks",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
