{
  "name": "FaithConnect",
  "short_name": "FaithConnect",
  "description": "Church Community App — Calendar, Bible, Devotionals & Sermons for JMO Poblacion Online Community",
  "theme_color": "#36454f",
  "background_color": "#36454f",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/home",
  "scope": "/",
  "lang": "en",
  "categories": ["lifestyle", "social"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/pwa-192x192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/pwa-512x512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/pwa-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "Bible",
      "short_name": "Bible",
      "description": "Open Bible reader",
      "url": "/bible",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View church events",
      "url": "/calendar",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Cell Group",
      "short_name": "Cell Group",
      "description": "Cell group devotionals",
      "url": "/cellgroup",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    }
  ]
}
