{
  "name": "TheCadre",
  "short_name": "TheCadre",
  "description": "Field Sales Routing & Execution Platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "https://base44.com/logo_v2.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Start Daily Route",
      "short_name": "Daily Route",
      "description": "Open today's route",
      "url": "/routes",
      "icons": [{ "src": "https://base44.com/logo_v2.svg", "sizes": "any" }]
    },
    {
      "name": "Quick Check-In",
      "short_name": "Check-In",
      "description": "Check in to an account",
      "url": "/accounts",
      "icons": [{ "src": "https://base44.com/logo_v2.svg", "sizes": "any" }]
    }
  ]
}
