{
  "name": "ReflectLogs",
  "short_name": "ReflectLogs",
  "description": "Professional driving lesson management for instructors",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "any",
  "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"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "New Reflection Log",
      "short_name": "New Log",
      "url": "/logs",
      "description": "Create a new reflection log"
    },
    {
      "name": "Pupils",
      "short_name": "Pupils",
      "url": "/pupils",
      "description": "View your pupils"
    }
  ]
}
