{
  "name": "WhenRome — Climate-aware travel planning",
  "short_name": "WhenRome",
  "description": "Find the best time to visit anywhere. Climate twins, sea temps, packing lists, currency, visas, and 6 trip planners — all in one place.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#8b5cf6",
  "orientation": "any",
  "icons": [
    {
      "src": "/logo-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["travel", "weather", "lifestyle"],
  "shortcuts": [
    {
      "name": "Open the map",
      "short_name": "Map",
      "description": "Browse the world climate map",
      "url": "/?source=pwa-shortcut",
      "icons": [{ "src": "/logo-mark.svg", "sizes": "any" }]
    },
    {
      "name": "Climate Twin Finder",
      "short_name": "Twins",
      "description": "Find cities that feel like yours",
      "url": "/like/?source=pwa-shortcut"
    },
    {
      "name": "Multi-City Itinerary",
      "short_name": "Itinerary",
      "description": "Plan optimal dates and order",
      "url": "/itinerary/?source=pwa-shortcut"
    },
    {
      "name": "Trip Window Planner",
      "short_name": "Window",
      "description": "Rank destinations for your exact dates",
      "url": "/window/?source=pwa-shortcut"
    }
  ]
}
