{
  "name": "Auto Hunter",
  "short_name": "AutoHunter",
  "description": "AI-powered vehicle acquisition agent for dealerships",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#080b0f",
  "theme_color": "#00d4ff",
  "categories": ["business", "automotive"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View active listings and conversations"
    },
    {
      "name": "Overview",
      "url": "/overview",
      "description": "View analytics and performance"
    }
  ]
}
