{
  "name": "Curio",
  "short_name": "Curio",
  "description": "Pequeñas dosis de conocimiento, grandes ideas.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#FAF6F0",
  "theme_color": "#2F5E54",
  "orientation": "portrait",
  "icons": [
    {
      "src": "assets/img/icono-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/img/icono-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}