{
  "name": "Zimple CRM",
  "short_name": "Zimple",
  "description": "Sistema de gestión de pedidos, cobranzas y contactos",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0071BC",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "share_target": {
    "action": "/compartir-pago",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "comprobante",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  },
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 540 720%22><rect fill=%22%23f8fafc%22 width=%22540%22 height=%22720%22/><text y=%22360%22 font-size=%2280%22 text-anchor=%22middle%22 x=%22270%22 fill=%22%230071BC%22>Zimple CRM</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml"
    }
  ]
}
