{
  "name": "Sivani Living Complaint System",
  "short_name": "Sivani Care",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#117ab2",
  "description": "Sivani Living staff and tenant complaint management PWA.",
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Staff Login",
      "short_name": "Login",
      "url": "/"
    },
    {
      "name": "Raise Complaint",
      "short_name": "Complaint",
      "url": "/complaint"
    }
  ],
  "icons": [
    {
      "src": "/assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
