{
  "name": "Igabeleza",
  "short_name": "Igabeleza",
  "description": "Baixe o app da Igabeleza para comprar produtos de beleza, cuidado, perfumaria e tratamento capilar.",
  "id": "https://app.igabeleza.com.br/",
  "start_url": "/?utm_source=pwa&utm_medium=app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#eef1f5",
  "theme_color": "#eef1f5",
  "categories": ["shopping", "lifestyle", "beauty"],
  "lang": "pt-BR",
  "dir": "ltr",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Produtos",
      "short_name": "Produtos",
      "url": "/",
      "icons": [{ "src": "/icons/icon-512x512.png", "sizes": "512x512" }]
    },
    {
      "name": "Pedidos",
      "short_name": "Pedidos",
      "url": "/?screen=orders",
      "icons": [{ "src": "/icons/icon-512x512.png", "sizes": "512x512" }]
    },
    {
      "name": "Promocoes",
      "short_name": "Promos",
      "url": "/?screen=promotions",
      "icons": [{ "src": "/icons/icon-512x512.png", "sizes": "512x512" }]
    }
  ]
}
