{
  "name": "Last Man Standing",
  "short_name": "Last Man",
  "description": "Pick one Premier League team each gameweek. You can't pick the same team twice. Simple enough to play in ten seconds a week.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f7f6f4",
  "theme_color": "#f7f6f4",
  "icons": [
    {
      "src": "/brand/lms/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/lms/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/lms/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}