{
  "name": "Swells",
  "short_name": "Swells",
  "description": "Real-time AI-powered surf reports for US surf spots. Current waves, wind, and surf recommendations updated 4 times daily.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["sports", "weather", "lifestyle", "travel"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/og-image-square.png",
      "sizes": "1200x1200", 
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Check Current Conditions",
      "short_name": "Current",
      "description": "View current surf conditions and AI report",
      "url": "/",
      "icons": [{ 
        "src": "/icons/icon-192.png", 
        "sizes": "192x192",
        "purpose": "any"
      }]
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "platform": "wide",
      "label": "Swells main interface"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}