{
  "name": "Bibblia - Free Bible Study App",
  "short_name": "Bibblia",
  "description": "Study the Bible for free with guided learning paths, daily readings, liturgical calendar, prayers, and progress tracking.",
  "start_url": "/app/home",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#fff9ec",
  "theme_color": "#7e1f2a",
  "categories": ["education", "books", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Devotional",
      "short_name": "Devotional",
      "url": "/app/devotional",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse Bible",
      "short_name": "Bible",
      "url": "/app/browse",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Daily Quiz",
      "short_name": "Quiz",
      "url": "/app/quiz",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
