{
  "id": "/?source=pwa",
  "name": "DL25 - Digital Driving Test Reports",
  "short_name": "DL25",
  "description": "Digital reports, diary management and pupil tracking for UK driving instructors.",
  "start_url": "/dashboard/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#2563eb",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["business", "productivity", "education"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/img-screenshot.webp",
      "sizes": "1022x772",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "DL25 dashboard for managing pupils and test reports"
    }
  ],
  "shortcuts": [
    {
      "name": "Open diary",
      "short_name": "Diary",
      "description": "View and manage your lesson diary",
      "url": "/diary/?source=shortcut",
      "icons": [
        { "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Start a DL25 report",
      "short_name": "Start DL25",
      "description": "Pick a pupil and start a new DL25 driving test report",
      "url": "/pupils/?source=shortcut",
      "icons": [
        { "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Add a new pupil",
      "short_name": "Add Pupil",
      "description": "Add a new pupil to your DL25 account",
      "url": "/add-pupil/?source=shortcut",
      "icons": [
        { "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "View my pupils",
      "short_name": "Pupils",
      "description": "View and manage your pupils and their test history",
      "url": "/pupils/?source=shortcut",
      "icons": [
        { "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
