{
  "name": "FightingIndex \u2014 Combat Sports Command Center",
  "short_name": "FightingIndex",
  "description": "Live UFC & RAF champions, fight countdowns, results and The FightingIndex Top 30 rankings.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#080808",
  "theme_color": "#080808",
  "categories": [
    "sports",
    "news",
    "entertainment"
  ],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "The Index Top 30",
      "short_name": "The Index",
      "url": "/rankings/"
    },
    {
      "name": "Current Champions",
      "short_name": "Champions",
      "url": "/champions/"
    },
    {
      "name": "Fight Schedule",
      "short_name": "Schedule",
      "url": "/schedule/"
    }
  ]
}