{
  "name": "AgentAssist",
  "short_name": "AgentAssist",
  "description": "Insurance agency management made simple",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#2d9f8f",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "prefer_related_applications": false,
  "scope": "/",
  "categories": ["business", "productivity"],
  "serviceworker": {
    "src": "/push-sw.js",
    "scope": "/"
  }
}
