{
  "name": "IKORANIRO - Connect. Pray. Reflect.",
  "short_name": "IKORANIRO",
  "description": "The digital home for faith communities. Daily devotions, prayer groups, Bible study, and community life.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a4a3a",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": ["lifestyle", "social", "education"],
  "shortcuts": [
    {
      "name": "Bible Reading",
      "short_name": "Bible",
      "description": "Read daily Bible passages",
      "url": "/bible",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Prayer Feed",
      "short_name": "Prayer",
      "description": "View and share prayers",
      "url": "/prayer-feed",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Groups",
      "short_name": "Groups",
      "description": "Connect with your groups",
      "url": "/groups",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
