{
  "name": "IntoTheTrip — Your Entire Travel Life in One Place",
  "short_name": "IntoTheTrip",
  "description": "Build your travel profile, plan trips with friends, create day-by-day itineraries, track expenses in 150+ currencies, and preserve your entire travel history — all in one app.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "540x720",
      "form_factor": "narrow",
      "type": "image/png"
    }
  ],
  "categories": ["travel", "lifestyle", "social", "productivity"],
  "shortcuts": [
    {
      "name": "My Travel Profile",
      "short_name": "Profile",
      "description": "View your travel profile, countries visited, and passport stamps",
      "url": "/profile",
      "icons": [{ "src": "/icon.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Create New Trip",
      "short_name": "New Trip",
      "description": "Start planning a new trip with friends",
      "url": "/dashboard?modal=create",
      "icons": [{ "src": "/icon.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Travel History",
      "short_name": "History",
      "description": "Browse your year-by-year travel timeline",
      "url": "/dashboard?tab=history",
      "icons": [{ "src": "/icon.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ]
}
