{
  "name": "CarWave",
  "short_name": "CarWave",
  "description": "Track classic car values and find future classics early.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#111110",
  "theme_color": "#111110",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "lifestyle", "automotive"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Garage",
      "short_name": "Garage",
      "description": "View your classic car portfolio",
      "url": "/?screen=garage",
      "icons": [{ "src": "/icon.jpg", "sizes": "192x192" }]
    },
    {
      "name": "Market Intelligence",
      "short_name": "Market",
      "description": "AI-powered market reports",
      "url": "/?screen=intel",
      "icons": [{ "src": "/icon.jpg", "sizes": "192x192" }]
    }
  ]
}
