{
  "name": "PlayWithFans.com",
  "short_name": "PlayWithFans",
  "theme_color": "#eaebee",
  "background_color": "#ff009c",
  "display": "standalone",
  "Scope": "/",
  "start_url": "/?source=pwa",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "themes/playwithfans/img/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "themes/playwithfans/img/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ]
}