{
  "name": "LeaseCommand - Lease & Contract Management",
  "short_name": "LeaseCommand",
  "description": "Enterprise lease and contract management platform with offline support",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#072C5E",
  "theme_color": "#072C5E",
  "orientation": "any",
  "scope": "/",
  "lang": "en-US",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["application/pdf", "image/*"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View dashboard",
      "url": "/dashboard"
    },
    {
      "name": "Critical Dates",
      "short_name": "Dates",
      "description": "View critical dates",
      "url": "/calendar"
    },
    {
      "name": "New Lease",
      "short_name": "New Lease",
      "description": "Create a new lease",
      "url": "/leases?action=new"
    }
  ],
  "prefer_related_applications": false
}
