{
  "start_url": "/",
  "short_name": "VLT | Student Edition",
  "name": "Video Lessons Today - Student Edition",
  "id": "/video-lessons-today-student-edition",
  "description":"Access your video lessons and connect with your teacher from anywhere with student.videolessons.today.",
  "icons": [
    {
      "src": "/sites/vlt/media/pwa/student_icon_48x48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/sites/vlt/media/pwa/student_icon_192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/sites/vlt/media/pwa/student_icon_512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["education"],
  "dir": "ltr",
  "lang": "en",
  "scope": "/",
  "scope_extensions": [
    {"origin": "teacher.videolessons.today"},
    {"origin": "student.videolessons.today"}
  ],
  "prefer_related_applications": true,
  "background_color": "#FFFFFF",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "browser"
  ],
  "edge_side_panel": {
      "preferred_width": 400
  },
  "handle_links": "preferred",
  "launch_handler": {
      "client_mode": ["navigate-existing", "auto"]
  },
  "theme_color": "#000000",
  "orientation": "any",
  "status_bar": "black",
  "version": "2.0"
}