{
  "dir": "ltr",
  "lang": "en",
  "name": "Pro League Association",
  "short_name": "Pro League Association",
  "description": "",
  "scope": "/",
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#212121",
  "background_color": "#212121",
  "icons": [
    {
      "src": "/icons/logo-192px.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/logo-512px.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "serviceworker": {
    "src": "sw.js",
    "scope": "/"
  }
}