{
  "name": "Icosaedro SmartRoom",
  "short_name": "IcoSmartRoom",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0000FF",
  "theme_color": "#0000AA",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/img/appIcons/icon-72x72.png",
      "type": "image/png",
      "sizes": "72x72"
    },
    {
      "src": "/img/appIcons/icon-96x96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "/img/appIcons/icon-128x128.png",
      "type": "image/png",
      "sizes": "128x128"
    },
    {
      "src": "/img/appIcons/icon-144x144.png",
      "type": "image/png",
      "sizes": "144x144"
    },
    {
      "src": "/img/appIcons/icon-152x152.png",
      "type": "image/png",
      "sizes": "152x152"
    },
    {
      "src": "/img/appIcons/icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/img/appIcons/icon-384x384.png",
      "type": "image/png",
      "sizes": "384x384"
    },
    {
      "src": "/img/appIcons/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}