{
  "name": "Vibe Check",
  "short_name": "Vibe Check",
  "description": "Discover events, restaurants, clubs and nightlife near you.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0B0B0B",
  "theme_color": "#A259FF",
  "orientation": "portrait-primary",
  "categories": ["entertainment", "lifestyle", "social"],
  "lang": "en",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1514525253161-7a46d19cd819?w=1080&q=80",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Discover Events"
    }
  ],
  "shortcuts": [
    {
      "name": "Discover Events",
      "url": "/Home",
      "description": "Browse upcoming events near you"
    },
    {
      "name": "Find Places",
      "url": "/Restaurants",
      "description": "Discover restaurants and venues"
    }
  ]
}
