{
  "id": "/?app=route-guardian",
  "name": "Route Guardian",
  "short_name": "Route Guardian",
  "description": "Predictive churn analytics and retention workflows for pest control operators.",
  "start_url": "/Dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "background_color": "#071224",
  "theme_color": "#071224",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open the retention dashboard",
      "url": "/Dashboard",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "At-Risk Customers",
      "short_name": "At-Risk",
      "description": "Jump to the at-risk customer queue",
      "url": "/AtRisk",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
