/*manifest de lluvias*/
{
  "name":         "Lluvias Uruguay",
  "short_name":    "Lluvias.uy",
  "start_url":    "/index.html",
  "display":      "standalone",
  "theme_color":  "#2196f3",
  "orientation":  "portrait",
  "background_color": "#ffffff",
  "icons": [
    {
      "src":    "images/icon-192.png",
      "sizes":  "192x192",
      "type":   "image/png"
    },
    {
      "src":    "images/icon-512.png",
      "sizes":  "512x512",
      "type":   "image/png"
    }
  ]
}

