{
 "name": "Football Edge",
 "short_name": "Football Edge",
 "description": "The public record of an honest football model. xG ratings, the model's calls, and the results — wins and losses — in full.",
 "id": "/",
 "start_url": "/?src=pwa",
 "scope": "/",
 "display": "standalone",
 "orientation": "portrait",
 "background_color": "#070B09",
 "theme_color": "#070B09",
 "lang": "en-GB",
 "categories": [
  "sports",
  "news"
 ],
 "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-192.png",
   "sizes": "192x192",
   "type": "image/png",
   "purpose": "maskable"
  },
  {
   "src": "/icons/icon-maskable-512.png",
   "sizes": "512x512",
   "type": "image/png",
   "purpose": "maskable"
  }
 ],
 "shortcuts": [
  {
   "name": "Today's picks",
   "url": "/picks/?src=pwa",
   "icons": [
    {
     "src": "/icons/icon-192.png",
     "sizes": "192x192"
    }
   ]
  },
  {
   "name": "The record",
   "url": "/record/?src=pwa",
   "icons": [
    {
     "src": "/icons/icon-192.png",
     "sizes": "192x192"
    }
   ]
  },
  {
   "name": "Matchday board",
   "url": "/board/?src=pwa",
   "icons": [
    {
     "src": "/icons/icon-192.png",
     "sizes": "192x192"
    }
   ]
  }
 ]
}
