{
  "name": "Tacos Lupita Cliente",
  "short_name": "Lupita Cliente",
  "start_url": "index.php",
  "scope": "../cliente/",
  "display": "standalone",
  "background_color": "#1a120b",
  "theme_color": "#25D366",
  "orientation": "portrait",
  "icons": [
    {
      "src": "img/favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/favicon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}