{
  "id": "/",
  "name": "Odyssey",
  "short_name": "Odyssey",
  "description": "Plan real-world adventures with friends, build habits that get you ready, and get outside.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "background_color": "#1a1a2e",
  "theme_color": "#2d6da3",
  "categories": ["lifestyle", "health", "social"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.jpg",
      "sizes": "1080x2340",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Odyssey home screen with adventure readiness"
    },
    {
      "src": "/screenshots/mobile-adventures.jpg",
      "sizes": "1080x2340",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Plan and track real-world adventures"
    },
    {
      "src": "/screenshots/mobile-calendar.jpg",
      "sizes": "1080x2340",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Adventure calendar overview"
    },
    {
      "src": "/screenshots/mobile-habits.jpg",
      "sizes": "1080x2340",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Daily habit tracking"
    },
    {
      "src": "/screenshots/mobile-health.jpg",
      "sizes": "1080x2340",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Fitness profile and health metrics"
    }
  ],
  "shortcuts": [
    {
      "name": "Adventures",
      "short_name": "Adventures",
      "url": "/adventures",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Habits",
      "short_name": "Habits",
      "url": "/habits",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Chats",
      "short_name": "Chats",
      "url": "/chats",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
