{
  "name": "AF Auto Inspex - Sistema de Inspecciones Vehiculares",
  "short_name": "AF Auto Inspex",
  "description": "Sistema profesional de inspecciones vehiculares con tecnología avanzada",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0f2547",
  "background_color": "#0f2547",
  "scope": "/",
  "lang": "es-ES",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Nueva Inspección",
      "short_name": "Nueva",
      "description": "Crear una nueva inspección vehicular",
      "url": "/nueva-inspeccion",
      "icons": [
        {
          "src": "/af-logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Historial",
      "short_name": "Historial",
      "description": "Ver historial de inspecciones",
      "url": "/historial-peritajes",
      "icons": [
        {
          "src": "/af-logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Informes",
      "short_name": "Informes",
      "description": "Ver informes y reportes",
      "url": "/informes",
      "icons": [
        {
          "src": "/af-logo.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share-inspection",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "images",
          "accept": [
            "image/*"
          ]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+afinspex",
      "url": "/inspection?id=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/open-inspection",
      "accept": {
        "application/json": [
          ".json"
        ],
        "application/pdf": [
          ".pdf"
        ]
      }
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  }
}