{
  "name": "CARFAi",
  "short_name": "CARFAi",
  "description": "CARFAi - Your AI-powered car assistant",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#2C3960",
  "theme_color": "#3b82f6",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/assets/images/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/assets/images/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Car",
      "short_name": "Scan",
      "description": "Quick access to car scanning",
      "url": "/",
      "icons": [
        {
          "src": "/assets/images/favicon.ico",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
