{
  "name": "WanderSync — AI Travel Intelligence",
  "short_name": "WanderSync",
  "description": "AI-native travel intelligence platform with real-time weather, geo data, AI research and trip planning.",
  "start_url": "/app.html",
  "id": "/app.html",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#07090f",
  "theme_color": "#4f8ef7",
  "orientation": "any",
  "lang": "en",
  "categories": ["travel", "productivity", "lifestyle"],
  "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" },
    { "src": "icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "screenshots": [
    {
      "src": "icons/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "WanderSync Dashboard"
    }
  ],
  "shortcuts": [
    { "name": "Trip Planner", "short_name": "Plan", "description": "Plan a new trip", "url": "/app.html#trip-planner", "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}] },
    { "name": "GeoIntelligence", "short_name": "Geo", "description": "Real-time geo data", "url": "/app.html#geo-intel", "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}] },
    { "name": "AI Research", "short_name": "Research", "description": "Research any destination", "url": "/app.html#research", "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}] }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": { "client_mode": "navigate-existing" },
  "edge_side_panel": { "preferred_width": 400 }
}
