{
  "name": "Go Now Window",
  "short_name": "GoNow",
  "description": "Discover destinations where flights are cheap, currency is favorable, and special moments are happening.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "categories": ["travel", "lifestyle", "finance"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Watchlist",
      "short_name": "Watchlist",
      "description": "View your saved destinations",
      "url": "/watchlist"
    },
    {
      "name": "Top Windows",
      "short_name": "Windows",
      "description": "See today's best travel windows",
      "url": "/?sort=score"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
