{
  "id": "/",
  "name": "Autonomad",
  "short_name": "Autonomad",
  "description": "AI Travel Agent — flights, hotels, activities booked by your personal AI",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0D1B2A",
  "theme_color": "#0D1B2A",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["travel", "lifestyle"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=ai.autonomad.app",
      "id": "ai.autonomad.app"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/phone-landing.png",
      "sizes": "1082x2402",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI travel agent chat interface"
    },
    {
      "src": "/screenshots/phone-features.png",
      "sizes": "1082x2402",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Flight and hotel search results"
    }
  ],
  "shortcuts": [
    {
      "name": "Plan a Trip",
      "short_name": "Trip",
      "url": "/#trip",
      "description": "Start planning a new trip with your AI agent",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
