{
  "name": "{{ucfirst(substr(request()->getHttpHost(), 0, strpos(request()->getHttpHost(), \".\")))}}",
  "short_name": "{{ucfirst(substr(request()->getHttpHost(), 0, strpos(request()->getHttpHost(), \".\")))}}",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#161649",
  "theme_color": "#2b2b76",
  "icons": [
    {
      "src": "{{ $config['static_path'] }}/images/icons@2x.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "{{ $config['static_path'] }}/images/icons@2x.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}