{
  "name": "World Cup Fan Hub",
  "short_name": "Fan Hub",
  "id": "/",
  "start_url": "/index.html?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "window-controls-overlay"
  ],
  "orientation": "portrait",
  "description": "Real-time World Cup tracking platform with group standings, live bubble ladders, match filters, and team insights.",
  "lang": "en",
  "dir": "ltr",
  "theme_color": "#061826",
  "background_color": "#061826",
  "icons": [
    {
      "src": "https://img.icons8.com/color/192/trophy.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://img.icons8.com/color/192/trophy.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "https://img.icons8.com/color/256/trophy.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://img.icons8.com/color/512/trophy.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://img.icons8.com/color/512/trophy.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://img.icons8.com/color/256/trophy.png",
      "sizes": "256x256",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "World Cup Standings Overview"
    },
    {
      "src": "https://img.icons8.com/color/512/trophy.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "World Cup Matches and Statistics"
    }
  ],
  "categories": [
    "sports",
    "news",
    "utilities",
    "entertainment"
  ],
  "shortcuts": [
    {
      "name": "View Matches",
      "short_name": "Matches",
      "description": "Jump straight to the live tournament schedule and filter matches",
      "url": "/matches.html?shortcut=matches",
      "icons": [
        {
          "src": "https://img.icons8.com/color/192/soccer-ball.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Group Standings",
      "short_name": "Standings",
      "description": "View live table ranks and the 3rd place bubble ladder",
      "url": "/standings.html?shortcut=standings",
      "icons": [
        {
          "src": "https://img.icons8.com/color/192/leaderboard.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+fanhub",
      "url": "/index.html?q=%s"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 480
  }
}