{
  "name": "Club Car Dealer Portal",
  "short_name": "Club Car",
  "description": "Configure, quote, and manage Club Car vehicles",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "background_color": "#F5F5F5",
  "theme_color": "#1D2024",
  "orientation": "any",
  "categories": ["business", "utilities"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Vehicles",
      "url": "./#catalog",
      "description": "View the full Club Car catalog"
    },
    {
      "name": "My Quotes",
      "url": "./#quotes",
      "description": "View saved quotes"
    },
    {
      "name": "Chat Assistant",
      "url": "./#chat",
      "description": "Talk to the AI assistant"
    }
  ]
}
