{
  "name": "ADI-PDI Tech",
  "short_name": "ADI-PDI Tech",
  "description": "AI tools for UK driving instructors. Smart bookings, AI coach, pupil management.",
  "start_url": "/portal",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#22c55e",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Students",
      "url": "/portal",
      "description": "Manage students"
    },
    {
      "name": "Analytics",
      "url": "/analytics",
      "description": "View analytics"
    }
  ]
}