{
  "name": "Fellowship Compass",
  "short_name": "Fellowship",
  "description": "Discover churches, schools, and faith organizations near you — with live events, service times, and volunteer opportunities.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f7f4ee",
  "theme_color": "#CC4A1A",
  "categories": ["lifestyle", "navigation", "social"],
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/opengraph.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Find a Church",
      "short_name": "Browse",
      "description": "Search for churches and faith communities near you",
      "url": "/listings",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Upcoming Events",
      "short_name": "Events",
      "description": "Browse community events near you",
      "url": "/events",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Volunteer",
      "short_name": "Volunteer",
      "description": "Find volunteer opportunities at local churches",
      "url": "/volunteer",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
