{
  "name": "HMH Group Construction",
  "short_name": "HMH",
  "description": "HMH Construction Management System",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#1e3a5f",
  "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": "Dashboard",
      "url": "/",
      "description": "Owner dashboard"
    },
    {
      "name": "Alerts",
      "url": "/alerts",
      "description": "View open alerts"
    },
    {
      "name": "Deliveries",
      "url": "/deliveries",
      "description": "Record deliveries"
    }
  ]
}
