{
  "id": "/",
  "name": "Forjia Portal (pre)",
  "short_name": "Forjia pre",
  "description": "Portal de gestión para autónomos",
  "start_url": "/chat/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#1a56db",
  "theme_color": "#1f3a5c",
  "lang": "es",
  "dir": "ltr",
  "categories": [
    "business",
    "finance",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png?v=d5587896f",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png?v=d5587896f",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png?v=d5587896f",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share-target/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "file",
          "accept": [
            "image/*",
            "application/pdf"
          ]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Chat con Forjia",
      "short_name": "Chat",
      "url": "/chat/",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=d5587896f",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Nueva factura",
      "short_name": "Factura",
      "url": "/invoices?new=1",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=d5587896f",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Nuevo gasto",
      "short_name": "Gasto",
      "url": "/expenses?new=1",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=d5587896f",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Tickets",
      "short_name": "Tickets",
      "url": "/tickets",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=d5587896f",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-narrow.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Panel de inicio"
    },
    {
      "src": "/screenshots/invoices-narrow.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Listado de facturas"
    },
    {
      "src": "/screenshots/dashboard-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Panel de inicio"
    },
    {
      "src": "/screenshots/invoices-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Listado de facturas"
    }
  ]
}