{
 "name": "Under Review — fantasy football",
 "short_name": "Under Review",
 "description": "Weekly fantasy rankings, start/sit calls and tools, graded in public.",
 "start_url": "/?utm_source=pwa",
 "scope": "/",
 "display": "standalone",
 "orientation": "portrait",
 "background_color": "#0a0b0d",
 "theme_color": "#0a0b0d",
 "categories": [
  "sports",
  "news"
 ],
 "icons": [
  {
   "src": "/assets/icons/icon-192.png",
   "sizes": "192x192",
   "type": "image/png"
  },
  {
   "src": "/assets/icons/icon-512.png",
   "sizes": "512x512",
   "type": "image/png"
  },
  {
   "src": "/assets/icons/icon-512-maskable.png",
   "sizes": "512x512",
   "type": "image/png",
   "purpose": "maskable"
  }
 ],
 "shortcuts": [
  {
   "name": "This week's rankings",
   "url": "/rankings/"
  },
  {
   "name": "Start / sit calls",
   "url": "/calls/"
  },
  {
   "name": "Trade analyzer",
   "url": "/tools/trade-analyzer.html"
  }
 ]
}