{
  "name": "[NOMBRE_NEGOCIO]",
  "short_name": "[NOMBRE_CORTO]",
  "description": "[DESCRIPCION_NEGOCIO]",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F2A0BE",
  "theme_color": "#111111",
  "lang": "es",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}
