{
  "name": "WorldBeaches",
  "short_name": "WorldBeaches",
  "description": "Discover and track your beach visits around the world",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["travel", "lifestyle", "social"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Explore Beaches",
      "short_name": "Explore",
      "description": "Find beaches near you",
      "url": "/search"
    },
    {
      "name": "My Passport",
      "short_name": "Passport",
      "description": "View your beach passport",
      "url": "/passport"
    },
    {
      "name": "Check In",
      "short_name": "Check In",
      "description": "Log a beach visit",
      "url": "/check-in"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [],
  "prefer_related_applications": false
}
