{
 "name": "Lux Libris",
 "short_name": "Lux Libris",
 "description": "Transform your reading journey with saint achievements and interactive book tracking",
 "start_url": "/",
 "display": "standalone",
 "background_color": "#FFFCF5",
 "theme_color": "#223848",
 "orientation": "any",
 "categories": ["education", "books", "lifestyle"],
 "icons": [
  {
   "src": "/images/lux_libris_logo.png",
   "sizes": "192x192",
   "type": "image/png",
   "purpose": "maskable any"
  },
  {
   "src": "/images/lux_libris_logo.png",
   "sizes": "512x512",
   "type": "image/png",
   "purpose": "maskable any"
  }
 ],
 "prefer_related_applications": false,
 "scope": "/",
 "lang": "en-US",
 "shortcuts": [
  {
   "name": "Teacher Dashboard",
   "short_name": "Dashboard",
   "description": "Go to teacher dashboard",
   "url": "/admin/school-dashboard",
   "icons": [{"src": "/images/lux_libris_logo.png", "sizes": "192x192"}]
  },
  {
   "name": "Student Submissions",
   "short_name": "Submissions",
   "description": "Review student submissions",
   "url": "/teacher/submissions",
   "icons": [{"src": "/images/lux_libris_logo.png", "sizes": "192x192"}]
  },
  {
   "name": "Achievements",
   "short_name": "Achievements",
   "description": "View student achievements",
   "url": "/teacher/achievements",
   "icons": [{"src": "/images/lux_libris_logo.png", "sizes": "192x192"}]
  }
 ]
}
