{
  "name": "NightGame \u2014 Daily Sports Games",
  "short_name": "NightGame",
  "description": "Free daily prediction games across MLB, NFL, NBA, NHL and college hoops. No money, no bets.",
  "start_url": "./index.html#/lobby",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0F1E",
  "theme_color": "#0A0F1E",
  "categories": [
    "sports",
    "games",
    "entertainment"
  ],
  "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/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Called Shot",
      "url": "./index.html#/called/mlb"
    },
    {
      "name": "Streak or Bust",
      "url": "./index.html#/streak/mlb"
    },
    {
      "name": "Ghost Nine",
      "url": "./index.html#/lineup"
    }
  ]
}