{
  "name": "Brighter Bible",
  "short_name": "BrightBible",
  "description": "Daily Christian devotionals, Bible verses, prayer journal, and reading plans",
  "start_url": "/app",
  "scope": "/app",
  "display": "standalone",
  "background_color": "#0A0F1E",
  "theme_color": "#D4A843",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "education", "books"],
  "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"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Today's Verse",
      "url": "/app",
      "description": "View today's verse"
    },
    {
      "name": "Prayer Journal",
      "url": "/app/journal",
      "description": "Open prayer journal"
    }
  ]
}
