{
  "name": "Qwiplus",
  "short_name": "Qwiplus",
  "id": "/",
  "description": "Compra, vende y conecta de forma segura.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F4F7FD",
  "theme_color": "#6DA8FF",
  "lang": "es",
  "dir": "ltr",
  "categories": ["shopping", "lifestyle"],
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/img/home.png",
      "sizes": "1170x2007",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Inicio de Qwiplus"
    },
    {
      "src": "/img/categories.png",
      "sizes": "893x1255",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Categorías"
    },
    {
      "src": "/img/favorites.png",
      "sizes": "900x1261",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Favoritos"
    },
    {
      "src": "/img/profile.png",
      "sizes": "1170x2325",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Perfil"
    },
    {
      "src": "/img/chat.png",
      "sizes": "900x1255",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Chat"
    }
  ],
  "shortcuts": [
    {
      "name": "Publicar anuncio",
      "short_name": "Publicar",
      "description": "Publica un nuevo anuncio",
      "url": "/publish",
      "icons": [
        {
          "src": "/img/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Mensajes",
      "short_name": "Mensajes",
      "description": "Ver tus mensajes",
      "url": "/inbox",
      "icons": [
        {
          "src": "/img/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}






