{
  "id": "/",
  "name": "Vanta Studio",
  "short_name": "Vanta",
  "description": "Vanta Studio — protection, warranties, and service for your vehicle.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#FF812C",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Vehicles",
      "short_name": "Vehicles",
      "description": "Your digital garage",
      "url": "/portal/vehicles"
    },
    {
      "name": "Active Work Orders",
      "short_name": "Active WOs",
      "description": "View work orders in progress",
      "url": "/work-orders?status=in_progress"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
