{
  "name": "TravelDiscoverAI",
  "short_name": "TravelAI",
  "description": "Discover the world's best travel destinations",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0B0F19",
  "theme_color": "#0B0F19",
  "icons": [
    { "src": "/favicon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/favicon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Browse Destinations",
      "url": "/browse",
      "description": "Explore all travel destinations"
    },
    {
      "name": "My Bookmarks",
      "url": "/bookmarks",
      "description": "View saved destinations"
    }
  ],
  "screenshots": [],
  "categories": ["travel", "lifestyle"]
}
