{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "short_name": "VEMOZ",
  "name": "VEMOZ Tienda",
  "description": "La tienda online donde encontrar la mejor selección de ofertas y liquidaciones de bolsos, mochilas, maletas y complementos.",
  "display": "standalone",
  "icons": [
    {
      "src": "img/icons/icon-48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "img/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "img/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "img/icons/icon-196.png",
      "sizes": "196x196",
      "type": "image/png"
    },
    {
      "src": "img/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "img/icons/screenshot1.png",
      "type": "image/png",
      "sizes": "540x920"
    },
    {
      "src": "img/icons/screenshot2.png",
      "type": "image/png",
      "sizes": "540x920"
    }
  ],
  "start_url": "./index.html",
  "scope": "./",
  "theme_color": "#1e1f2f",
  "background_color": "#1e1f2f",
  "id": "?homescreen=1",
  "url_handlers": [
    {
      "origin": "https://www.vemoz.com"
    }
  ]
}
