{
  "id": "/",
  "name": "Parfum Delicieux",
  "short_name": "Parfum Delicieux",
  "description": "Perfumería fina, catálogo y compra rápida.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "lang": "es-CR",
  "dir": "ltr",
  "background_color": "#0b0d12",
  "theme_color": "#0b0d12",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/assets/img/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/assets/img/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Inicio",
      "short_name": "Inicio",
      "url": "/"
    },
    {
      "name": "Catálogo",
      "short_name": "Catálogo",
      "url": "/catalogo"
    },
    {
      "name": "Mi cuenta",
      "short_name": "Cuenta",
      "url": "/mi-cuenta"
    }
  ]
}