{
  "name": "LIVE by So Famous",
  "short_name": "LIVE",
  "description": "The Future of Sports Coverage",
  "start_url": "./home.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#050505",
  "theme_color": "#050505",
  "icons": [
    {
      "src": "./assets/app-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Portal",
      "short_name": "Portal",
      "url": "./portal.html"
    },
    {
      "name": "Register",
      "short_name": "Register",
      "url": "./registration.html"
    },
    {
      "name": "Watch Stream",
      "short_name": "Stream",
      "url": "./stream.html?audience=fan&sport=soccer"
    }
  ]
}
