{
  "name": "CarWash Pro",
  "short_name": "CarWash",
  "description": "Car Wash CRM, Visit Tracking & Loyalty System",
  "theme_color": "#1d4ed8",
  "background_color": "#f1f5f9",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Visit",
      "short_name": "Visit",
      "description": "Register a new car wash visit",
      "url": "/?tab=new-visit",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
