{
  "name": "CatálogoSimple.app",
  "short_name": "CatálogoSimple",
  "description": "Crea tu catálogo digital y recibe consultas por WhatsApp.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2A82C5",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/img/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}