{
    "name": "ESmartHome",
    "short_name": "ESmartHome",
    "start_url": "/index.html",
    "display": "standalone",
    "background_color": "#fdfdff",
    "theme_color": "#8080ff",
    "title_bar_color": "#8080ff",
    "orientation": "portrait-primary",
    "icons": [
      {
        "src": "/img/icons/icon-180x180.png",
        "type": "image/png", "sizes": "180x180"
      },
      {
        "src": "/img/icons/icon-192x192.png",
        "type": "image/png", "sizes": "192x192"
      },
      {
        "src": "/img/icons/icon-225x225.png",
        "type": "image/png", "sizes": "225x225"
      },
      {
        "src": "/img/icons/icon-512x512.png",
        "type": "image/png", "sizes": "512x512"
      }
    ]
  }