{
  "name": "Daily Quran - Read & Reflect",
  "short_name": "Daily Quran",
  "description": "Beautiful web application to read the Holy Quran with elegant interface. Access all 114 Surahs with Arabic text, translations, and reflections for daily spiritual growth.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["books", "education", "lifestyle"],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Daily Quran Desktop View"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Daily Quran Mobile View"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Browse All Surahs",
      "short_name": "All Surahs",
      "description": "View complete list of Quran chapters",
      "url": "/surah-list",
      "icons": [{ "src": "/icons/favicon-32x32.png", "sizes": "32x32" }]
    },
    {
      "name": "My Bookmarks",
      "short_name": "Bookmarks",
      "description": "View saved verses and bookmarks",
      "url": "/bookmarks",
      "icons": [{ "src": "/icons/favicon-32x32.png", "sizes": "32x32" }]
    }
  ]
}
