
{
  "id": "/",
  "name": "Vanta Studio",
  "short_name": "Vanta",
  "description": "Tesla OS for automotive film and coating shops",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#FF812C",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/screenshots/mobile-work-orders.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/desktop-work-orders.png", 
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96", 
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Active Work Orders",
      "short_name": "Active WOs", 
      "description": "View work orders in progress",
      "url": "/work-orders?status=in_progress",
      "icons": [
        {
          "src": "/icons/shortcut-active.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "New Work Order",
      "short_name": "New WO",
      "description": "Create a new work order",
      "url": "/work-orders/new",
      "icons": [
        {
          "src": "/icons/shortcut-new.png", 
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Time Clock",
      "short_name": "Clock In",
      "description": "Staff time clock",
      "url": "/staff/time-clock",
      "icons": [
        {
          "src": "/icons/shortcut-clock.png", 
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/work-orders/new",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "customer",
      "text": "description",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+vanta",
      "url": "/work-orders/%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
