{
  "name": "DemandAI Pro — Legal Demand Management",
  "short_name": "DemandAI Pro",
  "description": "Professional demand letter platform for attorneys, homeowners, and loan servicers. Generate, audit, and negotiate demand letters with privacy-first AI.",
  "id": "/",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0e0f12",
  "theme_color": "#16181d",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate Demand Letter",
      "short_name": "Generate",
      "url": "/demand-generator",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Cases",
      "short_name": "Cases",
      "url": "/cases",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Counter-Offer Negotiator",
      "short_name": "Negotiate",
      "url": "/negotiation",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
