{
  "id": "/",
  "name": "ANDESSA",
  "short_name": "OFICINA ANDESSA",
  "description": "∞ BIENESTAR SIN LIMITES ∞",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#066783",
  "theme_color": "#066783",
  "orientation": "portrait",
  "lang": "es-ES",

  "icons": [

     {
        "src": "icons/icon-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "icons/icon-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable"
      }
  ],

  "screenshots": [
    {
      "src": "images/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Vista de escritorio de la aplicación"
    },
    {
      "src": "images/screenshot2.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Vista móvil de la aplicación"
    }
  ],

  "categories": ["business", "productivity"],

  "shortcuts": [
    {
      "name": "Panel Principal",
      "short_name": "Panel",
      "description": "Ir al panel principal",
      "url": "/inicio",
      "icons": [{ "src": "icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Contactar Soporte",
      "short_name": "Soporte",
      "description": "Abrir chat de soporte",
      "url": "/inicio",
      "icons": [{ "src": "icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false
}

