{
  "name": "Bible Study Intelligence Platform",
  "short_name": "Bible Study",
  "description": "Comprehensive Bible study platform with reading plans, memory tools, and study resources",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4F46E5",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": ["education", "lifestyle", "books"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Daily Reading",
      "short_name": "Read",
      "description": "Continue your daily Bible reading",
      "url": "/reading",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Memory Verses",
      "short_name": "Memory",
      "description": "Review your memory verses",
      "url": "/memory",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Prayer Journal",
      "short_name": "Pray",
      "description": "Access your prayer journal",
      "url": "/prayer",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
