{
  "id": "/my",
  "name": "Nice Kids",
  "short_name": "Nice Kids",
  "description": "The Nice Kids online English education website.",
  "start_url": "/my",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2d5755",
  "categories": [
    "education"
  ],
  "lang": "en",
  "dir": "ltr",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable_icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-dashboard-wide.avif",
      "sizes": "1280x720",
      "type": "image/avif",
      "form_factor": "wide",
      "label": "Student Dashboard"
    },
    {
      "src": "/screenshot-course-wide.avif",
      "sizes": "1280x720",
      "type": "image/avif",
      "form_factor": "wide",
      "label": "Course Overview"
    },
    {
      "src": "/screenshot-homework-wide.avif",
      "sizes": "1280x720",
      "type": "image/avif",
      "form_factor": "wide",
      "label": "Homework and Assignments"
    },
    {
      "src": "/screenshot-dashboard-narrow.avif",
      "sizes": "393x852",
      "type": "image/avif",
      "form_factor": "narrow",
      "label": "Mobile Dashboard"
    },
    {
      "src": "/screenshot-course-narrow.avif",
      "sizes": "393x852",
      "type": "image/avif",
      "form_factor": "narrow",
      "label": "Mobile Course View"
    },
    {
      "src": "/screenshot-homework-narrow.avif",
      "sizes": "393x852",
      "type": "image/avif",
      "form_factor": "narrow",
      "label": "Mobile Homework"
    }
  ]
}