{
  "name": "Flow With You",
  "short_name": "Flow",
  "description": "Flow te conecta con lo que más te importa",
  "start_url": "/app.html",
  "display": "standalone",
  "background_color": "#F4F8F8",
  "theme_color": "#0E7C86",
  "lang": "es",
  "icons": [
    {
      "src": "icono-flow-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icono-flow-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icono-flow-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "scope": "/",
  "id": "/app.html"
}