{
  "name": "Travel Enhancers - Plan Your Perfect Trip",
  "short_name": "Travel Enhancers",
  "description": "Plan, organize, and enhance your travel experiences with AI-powered trip planning, real-time flight alerts, and collaborative tools",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F8FAFC",
  "theme_color": "#114488",
  "scope": "/",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo-transparent.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-transparent.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "productivity", "lifestyle"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23F8FAFC' width='540' height='720'/><rect fill='%23114488' width='540' height='100'/><text x='270' y='60' font-size='32' fill='white' text-anchor='middle' font-family='Arial' font-weight='bold'>Travel Enhancers</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "My Trips",
      "short_name": "Trips",
      "description": "View and manage your trips",
      "url": "/my-trips",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%232563eb' width='96' height='96'/><text x='48' y='48' font-size='50' fill='white' text-anchor='middle' dy='.3em'>📍</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Planning Tools",
      "short_name": "Tools",
      "description": "Access trip planning tools",
      "url": "/tools",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%232563eb' width='96' height='96'/><text x='48' y='48' font-size='50' fill='white' text-anchor='middle' dy='.3em'>🛠️</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Guides",
      "short_name": "Guides",
      "description": "Browse destination guides",
      "url": "/guides",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%232563eb' width='96' height='96'/><text x='48' y='48' font-size='50' fill='white' text-anchor='middle' dy='.3em'>📚</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
