{
  "short_name": "React App",
  "name": "Create React App Sample",
      "icons": [
        { "src": "/favicon.ico", "type": "image/x-icon", "sizes": "16x16 32x32" },
        { "src": "/android-chrome-192x192.png", "type": "image/png", "sizes": "192x192" },
        { "src": "/android-chrome-512x512.png", "type": "image/png", "sizes": "512x512" }
      ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff"
}


