{
  "name": "AUTODYSSEY - Automotive Community Platform",
  "short_name": "AUTODYSSEY",
  "description": "Join a community of passionate automotive enthusiasts showcasing custom builds, restoration journeys, and adventure vehicles.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a365d",
  "theme_color": "#1a365d",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["automotive", "social", "lifestyle"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon.svg",
      "sizes": "300x300",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/attached_assets/IMG_9280.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "AUTODYSSEY Homepage - Automotive Community"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Vehicles",
      "short_name": "Vehicles",
      "description": "Browse featured vehicles and builds",
      "url": "/vehicles",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Social Feed",
      "short_name": "Feed",
      "description": "View latest community posts",
      "url": "/social-feed",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "My Garage",
      "short_name": "Garage",
      "description": "Manage your vehicles and projects",
      "url": "/garage",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any"
        }
      ]
    }
  ]
}