{
    "name": "CSP Rota",
    "short_name": "CSP",
    "description": "Efficient rota management and scheduling tools for CSP staff.",
    "start_url": "/",
    "icons": [
        {
            "src": "/icons/manifest-icon-192.maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/manifest-icon-512.maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
    {
      "src": "/screenshots/desktop1.png",
      "sizes": "1608x830",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Schedules on Desktop"
    },
    {
      "src": "/screenshots/mobile1.png",
      "sizes": "373x755",
      "type": "image/png",
      "label": "Schedules on Mobile"
    }
  ],
    "theme_color": "#000000",
    "background_color": "#FFFFFF",
    "display": "fullscreen",
    "orientation": "portrait"
}