{
  "name": "BBU Cleaning Services",
  "short_name": "BBU Cleaning",
  "description": "Complete work order management, time tracking, and team coordination for BBU Cleaning Services",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/static/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/static/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/static/bbu-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/bbu-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/bbu-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Clock In/Out",
      "short_name": "Clock",
      "description": "Quick access to time clock",
      "url": "/?action=clock",
      "icons": [{ "src": "/static/bbu-logo.png", "sizes": "192x192" }]
    },
    {
      "name": "My Work Orders",
      "short_name": "Orders",
      "description": "View assigned work orders",
      "url": "/?tab=work-orders",
      "icons": [{ "src": "/static/bbu-logo.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/static/bbu-logo.png",
      "sizes": "540x720",
      "type": "image/png",
      "platform": "narrow"
    }
  ],
  "prefer_related_applications": false
}
