{
  "name": "MaidSmart",
  "short_name": "MaidSmart",
  "description": "Real-time restroom and patient room feedback for healthcare EVS teams",
  "start_url": "/index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f0f1a",
  "theme_color": "#E8922A",
  "scope": "/",
  "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": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Open Dashboard",
      "short_name": "Dashboard",
      "description": "View live facility metrics",
      "url": "/index.html"
    },
    {
      "name": "View Feedback Log",
      "short_name": "Feedback",
      "url": "/index.html#feedback"
    }
  ]
}
