{
  "name": "KBRC — Kingdom Bible Reading Club",
  "short_name": "KBRC",
  "description": "Read the Bible daily. Track your streak. Grow with your community.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f6f5f1",
  "theme_color": "#7f1d1d",
  "categories": ["books", "education", "lifestyle"],
  "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"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Go to your reading dashboard"
    },
    {
      "name": "Reading Plans",
      "url": "/plans",
      "description": "Browse Bible reading plans"
    },
    {
      "name": "Cell Groups",
      "url": "/groups",
      "description": "View your cell groups"
    }
  ]
}
