{
  "name": "One Sky Citizen",
  "short_name": "OneSky",
  "description": "AI-powered travel planning — itineraries, document vault, flight status, and more.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0080FF",
  "theme_color": "#0080FF",
  "scope": "/",
  "lang": "en",
  "categories": ["travel", "lifestyle"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Trips",
      "url": "/dashboard",
      "description": "View your saved trips"
    },
    {
      "name": "Plan a Trip",
      "url": "/trips",
      "description": "Create a new trip with AI"
    },
    {
      "name": "My Itinerary",
      "url": "/itinerary",
      "description": "View your travel itinerary"
    },
    {
      "name": "Budget Finder",
      "url": "/budget-finder",
      "description": "Find destinations for your budget"
    }
  ]
}
