{
  "name": "Releasing Lions Reading Den",
  "short_name": "RL Reading",
  "description": "A faith-rooted personal reading tracker — track books, grow intentionally, and share what you love.",
  "start_url": "app.html",
  "display": "standalone",
  "background_color": "#1a1f3a",
  "theme_color": "#1a1f3a",
  "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": ["books", "lifestyle", "education"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "url": "app.html",
      "description": "View your reading room dashboard"
    },
    {
      "name": "Bible Tracker",
      "short_name": "Bible",
      "url": "bible.html",
      "description": "Track your Bible reading progress"
    },
    {
      "name": "Growth Plan",
      "short_name": "Growth",
      "url": "growth.html",
      "description": "View your spiritual reading growth areas"
    },
    {
      "name": "Reading Metrics",
      "short_name": "Stats",
      "url": "stats.html",
      "description": "View your reading statistics"
    }
  ]
}
