{
  "name": "Smart Water Distribution",
  "short_name": "SmartWater",
  "description": "Real-time smart water distribution monitoring with live flow & pressure gauges, Kalman filtering, and AI pressure drop prediction.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#070c1d",
  "theme_color": "#00e5b4",
  "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": ["utilities", "productivity"],
  "shortcuts": [
    { "name": "Live Dashboard", "url": "/", "description": "View live sensor readings" },
    { "name": "History",        "url": "/history",   "description": "Browse historical data"    }
  ]
}
