{
  "name": "Vanta - Automotive Shop Management",
  "short_name": "Vanta",
  "description": "Professional automotive film and coating shop management platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Clock In/Out",
      "short_name": "Clock",
      "description": "Quick access to time clock",
      "url": "/mobile-time-clock",
      "icons": [
        {
          "src": "/clock-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Work Orders",
      "short_name": "Orders",
      "description": "View and manage work orders",
      "url": "/work-orders",
      "icons": [
        {
          "src": "/orders-icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/mobile-screenshot-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "platform": "narrow",
      "label": "Work Order Dashboard"
    },
    {
      "src": "/mobile-screenshot-2.png", 
      "sizes": "390x844",
      "type": "image/png",
      "platform": "narrow",
      "label": "Time Clock Interface"
    }
  ]
}