{
  "name": "Max — Travel Planner",
  "short_name": "Max",
  "description": "Plan trips with an AI agent that organizes the messy parts.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#111111",
  "categories": ["travel", "productivity"],
  "icons": [
    {"src":"/icon-192.png","sizes":"192x192","type":"image/png","purpose":"any"},
    {"src":"/icon-512.png","sizes":"512x512","type":"image/png","purpose":"any"},
    {"src":"/icon-512.png","sizes":"512x512","type":"image/png","purpose":"maskable"},
    {"src":"/icon-512.svg","sizes":"any","type":"image/svg+xml"}
  ]
}
