{
  "id": "/teacher-tools/",
  "name": "My Worksheets",
  "short_name": "My Worksheets",
  "description": "PWA version of My Worksheets",
  "start_url": "/teacher-tools/",
  "scope": "/teacher-tools/",
  "display": "standalone",
  "background_color": "lightgray",
  "theme_color": "lightgray",
  "icons": [
    {
      "src": "./icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "./screenshots/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "./screenshots/screenshot-mobile.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "./screenshots/screenshot-default.png",
      "sizes": "750x1334",
      "type": "image/png"
    }
  ]
}