{
  "short_name": "ClaimMentor",
  "name": "ClaimMentor - Smart Insurance Claims Assistant",
  "description": "AI-powered insurance policy analysis and claims assessment platform. Understand your coverage, get instant claim advice, and ensure optimal protection.",
  "categories": ["insurance", "finance", "productivity"],
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "start_url": ".",
  "display": "browser",
  "theme_color": "#E89CF9",
  "background_color": "#ffffff",
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "prefer_related_applications": false,
  "related_applications": [],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Homepage of ClaimMentor"
    }
  ],
  "shortcuts": [
    {
      "name": "Assess Claim",
      "url": "/assess-claim",
      "description": "Start a new claim assessment"
    },
    {
      "name": "Coverage Analysis",
      "url": "/coverage",
      "description": "Analyze your insurance coverage"
    }
  ]
}