{
  "id": "/",
  "name": "FIFA World Cup 2026 Fan Hub",
  "short_name": "WC26 Hub",
  "description": "Your ultimate companion for FIFA World Cup 2026",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["sports", "entertainment"],
  "icons": [
    {
      "src": "/placeholder.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/placeholder.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/placeholder.svg",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "View Matches",
      "url": "/matches",
      "description": "See all World Cup 2026 matches"
    },
    {
      "name": "Get Tickets",
      "url": "/tickets",
      "description": "Buy official tickets"
    },
    {
      "name": "Travel Guide",
      "url": "/travel",
      "description": "Plan your trip"
    }
  ]
}