{
  "id": "./",
  "name": "Royal Tigers Sports Club",
  "short_name": "RTSC",
  "description": "Royal Tigers Sports Club \u2014 fixtures, live scores, results, players, membership, RTSC TV, news and club alerts.",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#02080f",
  "theme_color": "#061321",
  "orientation": "any",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": [
    "sports",
    "news",
    "social"
  ],
  "icons": [
    {
      "src": "assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/images/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Centre",
      "short_name": "Live",
      "url": "live-centre.html?source=shortcut",
      "icons": [
        {
          "src": "assets/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Fixtures",
      "short_name": "Fixtures",
      "url": "fixtures.html?source=shortcut",
      "icons": [
        {
          "src": "assets/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Member Portal",
      "short_name": "Members",
      "url": "member-portal.html?source=shortcut",
      "icons": [
        {
          "src": "assets/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Notification Settings",
      "short_name": "Alerts",
      "url": "notifications.html?source=shortcut",
      "icons": [
        {
          "src": "assets/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}