{
  "name": "PumpIQ — OneWater OS",
  "short_name": "PumpIQ",
  "description": "Intelligent water infrastructure management",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#D4A017",
  "background_color": "#FCFCFC",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["utilities", "productivity"],
  "shortcuts": [
    {
      "name": "Start Inspection",
      "short_name": "Inspect",
      "description": "Start a new station inspection",
      "url": "/inspections/new"
    },
    {
      "name": "My Stations",
      "short_name": "Stations",
      "description": "View all stations",
      "url": "/stations"
    },
    {
      "name": "Active Alerts",
      "short_name": "Alerts",
      "description": "View active alerts",
      "url": "/alerts"
    }
  ]
}
