{
  "id": "/",
  "name": "Scotchi Sports — Sports TV Guide",
  "short_name": "Scotchi Sports",
  "description": "Find out what sport is on TV today. Filter by sport, channel, country, and more.",
  "lang": "en-GB",
  "dir": "ltr",
  "scope": "/",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#0a0a0f",
  "theme_color": "#3b82f6",
  "categories": ["sports", "entertainment", "news"],
  "prefer_related_applications": false,
  "icons": [
    {
      "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/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "On TV tonight",
      "short_name": "Tonight",
      "description": "What sport is on TV tonight",
      "url": "/tonight",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192" }
      ]
    },
    {
      "name": "Today's schedule",
      "short_name": "Today",
      "description": "Full sport schedule for today",
      "url": "/today",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192" }
      ]
    },
    {
      "name": "F1 Hub",
      "short_name": "F1",
      "description": "Next race, standings and the season schedule",
      "url": "/f1",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192" }
      ]
    },
    {
      "name": "World Cup",
      "short_name": "World Cup",
      "description": "Schedule, groups and bracket for the FIFA World Cup",
      "url": "/world-cup",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192" }
      ]
    }
  ]
}
