{
    "name": "Alventory - Gestión Técnica",
    "short_name": "Alventory",
    "description": "Sistema de gestión técnica y mantenimiento con capacidades offline",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#2563eb",
    "background_color": "#ffffff",
    "scope": "/",
    "lang": "es",
    "categories": ["productivity", "business", "utilities"],
    "prefer_related_applications": false,
    "icons": [
      {
        "src": "/icons/icon-144x144.png",
        "sizes": "144x144",
        "type": "image/png",
        "purpose": "maskable any"
      },
      {
        "src": "/icons/icon-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable any"
      }
    ],
    "related_applications": [],
    "edge_side_panel": {
      "preferred_width": 400
    },
    "launch_handler": {
      "client_mode": "focus-existing"
    },
    "share_target": {
      "action": "/share",
      "method": "POST",
      "enctype": "multipart/form-data",
      "params": {
        "title": "title",
        "text": "text",
        "url": "url",
        "files": [
          {
            "name": "photos",
            "accept": ["image/*"]
          }
        ]
      }
    },
    "protocol_handlers": [
      {
        "protocol": "web+alventory",
        "url": "/?protocol=%s"
      }
    ],
    "file_handlers": [
      {
        "action": "/import",
        "accept": {
          "application/pdf": ".pdf",
          "text/csv": ".csv",
          "application/vnd.ms-excel": [".xls", ".xlsx"]
        }
      }
    ]
  }