{
  "name": "OnlyBeaches — Discover the world's best beaches",
  "short_name": "OnlyBeaches",
  "description": "Find the perfect coastal getaway. 10,000+ beaches worldwide, with vibe, weather, and crowd intel.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0091DA",
  "theme_color": "#0091DA",
  "lang": "en",
  "dir": "ltr",
  "categories": ["travel", "lifestyle", "entertainment"],
  "icons": [
    { "src": "/Images/logo.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-192.png",    "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png",    "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Trending beaches", "short_name": "Trending", "url": "/beaches/trending?source=pwa",  "description": "The beaches travellers are booking right now" },
    { "name": "Hidden beaches",   "short_name": "Hidden",   "url": "/beaches/hidden?source=pwa",    "description": "Off-the-map coves and secret shores" },
    { "name": "Reels",            "short_name": "Reels",    "url": "/reels?source=pwa",             "description": "Real beach videos from real creators" },
    { "name": "Saved",            "short_name": "Saved",    "url": "/saved?source=pwa",             "description": "Your saved beaches" }
  ],
  "screenshots": [
    { "src": "/Images/home_header_image.webp", "sizes": "1280x720", "type": "image/webp", "form_factor": "narrow" }
  ]
}
