{
  "name": "VisitFlow - Field Appointment Management",
  "short_name": "VisitFlow",
  "description": "SaaS software for field appointment management and route optimization. Smart scheduling, route optimization, mobile app, and enterprise-grade security.",
  "start_url": "/mobile",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0066CC",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "label": "Main dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "New Appointment",
      "short_name": "New Appt",
      "description": "Create a new appointment",
      "url": "/appointments?new=true",
      "icons": [{ "src": "/placeholder.svg", "sizes": "192x192" }]
    },
    {
      "name": "Route Map",
      "short_name": "Map",
      "description": "View the service map",
      "url": "/map",
      "icons": [{ "src": "/placeholder.svg", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "iarc_rating_id": "",
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
