{
  "name": "LectureX",
  "short_name": "LectureX",
  "description": "Personalized Timetable App for HSRW Students",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#003359",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}