{
  "name": "Wonder Bible — Read, Listen, Reflect",
  "short_name": "Wonder Bible",
  "description": "A cartoonic, distraction-free Bible reader with AI cross-references, plain-language verse breakdowns, neural-voice read-aloud, daily reading plans with streaks, and a 5-minute devotional flow.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait",
  "background_color": "#FEF9F0",
  "theme_color": "#EF476F",
  "categories": ["books", "education", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "5-min Devotional",
      "short_name": "Devotional",
      "description": "Today's verse with breakdown, audio and a journal prompt",
      "url": "/?devotional=1&source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Reading Plan",
      "short_name": "Plan",
      "description": "Open today's reading plan",
      "url": "/?plan=1&source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false
}
