{
  "name": "VibeFlow — Orlando Theme Park Planner",
  "short_name": "VibeFlow",
  "description": "Intelligent real-time wait time recommendations for Orlando theme parks",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#0B1628",
  "theme_color": "#0B1628",
  "orientation": "portrait-primary",
  "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 maskable"
    }
  ],
  "categories": ["travel", "navigation", "utilities"],
  "shortcuts": [
    {
      "name": "Get Next Recommendation",
      "short_name": "Next Ride",
      "description": "Get your personalized next ride recommendation",
      "url": "/app?action=recommend"
    },
    {
      "name": "Live Wait Times",
      "short_name": "Wait Times",
      "description": "View real-time wait times for all rides",
      "url": "/app?view=waits"
    }
  ]
}