{
  "background_color": "#ffffff",
  "dir": "ltr",
  "display": "standalone",
  "name": "Brand Center",
  "orientation": "any",
  "scope": ".",
  "short_name": "BC",
  "description": "Brandcenter.io",
  "start_url": "/login",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "/static/256x256.png",
      "type": "image/png",
      "sizes": "256x256"
    },
    {
      "src": "/static/512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/favicon.ico",
      "type": "image/x-icon"
    }
  ]
}