{
  "name": "Del Parque Burger",
  "short_name": "Burger",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0f0f0f",
  "theme_color": "#0b4d2b",
  "icons": [
    {
      "src": "img/icono.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/icono.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}