{
  "name": "Ernie - Pool Service Management",
  "short_name": "Ernie",
  "description": "Pool service field service management for technicians and office staff",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#EBF5FA",
  "theme_color": "#1C5F7A",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "My Route",
      "short_name": "Route",
      "url": "/technician",
      "description": "View today's route"
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "url": "/customers",
      "description": "Customer management"
    }
  ]
}
