{
  "lang": "es",
  "dir": "ltr",
  "name": "Hosteleriapp",
  "description": "Crea tu carta o menú digital accesible mediante código QR sin necesidad de apps. Gestiona reservas y pedidos fácilmente.",
  "short_name": "Hosteleriapp",
  "icons": [
    {
      "src": "/static/android-chrome-36x36.png",
      "sizes": "36x36",
      "type": "image/png"
    },
    {
      "src": "/static/android-chrome-48x48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/static/android-chrome-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/static/android-chrome-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/static/android-chrome-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/static/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": "/Prueba",
  "display": "standalone",
  "theme_color": "#603cba",
  "background_color": "#ffffff",
  "screenshots": [
    {
      "src": "/static/hosteleriapp-splash-screen-640-480.jpg",
      "sizes": "640x480",
      "type": "image/jpeg"
    },
    {
      "src": "/static/hosteleriapp-splash-screen-640-920.jpg",
      "sizes": "640x920",
      "type": "image/jpeg"
    },
    {
      "src": "/static/hosteleriapp-splash-screen-640-1096.jpg",
      "sizes": "640x1096",
      "type": "image/jpeg"
    },
    {
      "src": "/static/hosteleriapp-splash-screen-748-1024.jpg",
      "sizes": "748x1024",
      "type": "image/jpeg"
    },
    {
      "src": "/static/hosteleriapp-splash-screen-1280-920.jpg",
      "sizes": "1280x920",
      "type": "image/jpeg"
    }
  ]
}