{
  "name": "VibeTrail - AI-Powered Cultural Recommendations",
  "short_name": "VibeTrail",
  "description": "AI-powered cultural recommendation app that combines OpenAI and Qloo APIs to deliver personalized experiences based on your vibes",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#fb923c",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "travel", "entertainment"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home screen showing vibe input"
    },
    {
      "src": "/screenshots/desktop-results.png", 
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Results page with cultural recommendations"
    }
  ]
} 