{
  "id": "/",
  "name": "Fixtu26 - World Cup 26 Fixture",
  "short_name": "Fixtu26",
  "description": "Unofficial PWA to follow World Cup 26 matches, groups, standings, live status and match details.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#f2f5f9",
  "theme_color": "#020b1f",
  "orientation": "any",
  "categories": ["sports", "news", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/fixture-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Fixture with live matches and upcoming games"
    },
    {
      "src": "/screenshots/groups-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Groups and standings"
    },
    {
      "src": "/screenshots/fixture-wide.png",
      "sizes": "1280x900",
      "type": "image/png",
      "form_factor": "wide",
      "label": "World Cup 2026 fixture on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Fixture",
      "short_name": "Fixture",
      "description": "Open the match fixture",
      "url": "/?view=fixture&source=shortcut",
      "icons": [
        {
          "src": "/icons/shortcut-fixture.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Live matches",
      "short_name": "Live",
      "description": "View live matches",
      "url": "/?view=fixture&status=live&source=shortcut",
      "icons": [
        {
          "src": "/icons/shortcut-live.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Groups",
      "short_name": "Groups",
      "description": "Open groups and standings",
      "url": "/?view=groups&source=shortcut",
      "icons": [
        {
          "src": "/icons/shortcut-groups.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
