{
  "name": "SportsCatch",
  "short_name": "SportsCatch",
  "description": "Sports news and match center — football, basketball, Formula 1, rugby, MMA. English + French editions.",
  "lang": "en",
  "dir": "ltr",
  "id": "/",
  "icons": [
    {
      "src": "/static/img/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/img/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#ef4444",
  "background_color": "#0a0a0a",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "any",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "categories": [
    "sports",
    "news"
  ],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "auto"
  },
  "share_target": {
    "action": "/en/search/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "q",
      "text": "q",
      "url": "q"
    }
  },
  "shortcuts": [
    {
      "name": "Live scores",
      "short_name": "Live",
      "description": "Live scores across every sport.",
      "url": "/en/scores/?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/static/img/favicon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Match center",
      "short_name": "Matches",
      "description": "Today's full schedule across every sport.",
      "url": "/en/match-center/?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/static/img/favicon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "News",
      "short_name": "News",
      "description": "Latest sports news.",
      "url": "/en/news/?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/static/img/favicon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Football",
      "short_name": "Football",
      "description": "Football news, scores, and fixtures.",
      "url": "/en/football/?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/static/img/favicon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
