{
  "name": "Harwood Driving School",
  "short_name": "Harwood DS",
  "description": "Harwood Driving School booking, student and administration portal.",
  "start_url": "/?pwa=true",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#0F62FE",
  "orientation": "portrait",
  "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/HDS-Favicon-BLUE-Circle.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/images/HDS-Favicon-BLUE-Circle.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Admin Dashboard",
      "short_name": "Admin",
      "description": "Access the admin dashboard",
      "url": "/admin",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Book a Lesson",
      "short_name": "Book",
      "description": "Book a driving lesson",
      "url": "/book",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
