{
  "name": "Cancun Compass",
  "short_name": "Cancun",
  "description": "Plan, book, and use your Cancun trip — all in one place.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0b0f",
  "theme_color": "#0b0b0f",
  "icons": [
    { "src": "/favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" },
    { "src": "/og-image.jpg", "sizes": "1200x630", "type": "image/jpeg", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "My trip",   "url": "/trips" },
    { "name": "Plan new",  "url": "/plan/new" },
    { "name": "VIP card",  "url": "/vip/card" },
    { "name": "I'm here",  "url": "/here" }
  ],
  "categories": ["travel", "lifestyle"]
}