{
  "name": "Anmax Gestión - Panel Técnico",
  "short_name": "Anmax Gestión",
  "description": "Aplicación móvil para técnicos de Anmax Gestión",
  "start_url": "/?page=dashboard_tecnico",
  "display": "standalone",
  "background_color": "#2d3748",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "es",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    { "src": "icons/icon-72x72.svg", "sizes": "72x72", "type": "image/svg+xml", "purpose": "maskable any" },
    { "src": "icons/icon-96x96.svg", "sizes": "96x96", "type": "image/svg+xml", "purpose": "maskable any" },
    { "src": "icons/icon-128x128.svg", "sizes": "128x128", "type": "image/svg+xml", "purpose": "maskable any" },
    { "src": "icons/icon-144x144.svg", "sizes": "144x144", "type": "image/svg+xml", "purpose": "maskable any" },
    { "src": "icons/icon-152x152.svg", "sizes": "152x152", "type": "image/svg+xml", "purpose": "maskable any" },
    { "src": "icons/icon-192x192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "maskable any" },
    { "src": "icons/icon-384x384.svg", "sizes": "384x384", "type": "image/svg+xml", "purpose": "maskable any" },
    { "src": "icons/icon-512x512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "maskable any" }
  ],
  "shortcuts": [
    {
      "name": "Mis Tickets",
      "short_name": "Tickets",
      "description": "Ver mis tickets asignados",
      "url": "/?page=tickets",
      "icons": [ { "src": "icons/ticket-96x96.svg", "sizes": "96x96" } ]
    },
    {
      "name": "Nueva Boleta",
      "short_name": "Boleta",
      "description": "Crear nueva boleta",
      "url": "/?page=boletas",
      "icons": [ { "src": "icons/boleta-96x96.svg", "sizes": "96x96" } ]
    },
    {
      "name": "Mi Inventario",
      "short_name": "Productos",
      "description": "Ver mis productos asignados",
      "url": "/?page=mis_productos",
      "icons": [ { "src": "icons/gps-96x96.svg", "sizes": "96x96" } ]
    },
    {
      "name": "Mi Ubicación",
      "short_name": "GPS",
      "description": "Obtener mi ubicación actual",
      "url": "/?page=dashboard_tecnico",
      "icons": [ { "src": "icons/gps-96x96.svg", "sizes": "96x96" } ]
    },
    {
      "name": "Sincronizar Datos",
      "short_name": "Sync",
      "description": "Sincronizar datos offline",
      "url": "/?page=dashboard_tecnico&action=sync",
      "icons": [ { "src": "icons/sync-96x96.svg", "sizes": "96x96" } ]
    }
  ],
  "screenshots": [
    { "src": "screenshots/dashboard-mobile.png", "sizes": "390x844", "type": "image/png", "form_factor": "narrow" },
    { "src": "screenshots/tickets-mobile.png", "sizes": "390x844", "type": "image/png", "form_factor": "narrow" }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": { "preferred_width": 400 },
  "display_override": ["standalone", "minimal-ui"],
  "install_prompt": false,
  "iarc_rating_id": "",
  "protocol_handlers": [
    { "protocol": "web+anmax", "url": "/?page=%s" }
  ],
  "launch_handler": { "client_mode": "navigate-existing" },
  "handle_links": "preferred",
  "capture_links": "existing-client-navigate",
  "file_handlers": [
    {
      "action": "/?page=upload",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".gif"],
        "application/pdf": [".pdf"]
      }
    }
  ],
  "share_target": {
    "action": "/?page=share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "files", "accept": ["image/*", "application/pdf"] }
      ]
    }
  },
  "permissions": [
    "geolocation",
    "notifications",
    "background-sync",
    "persistent-storage"
  ],
  "background": {
    "service_worker": "/sw.js",
    "type": "module"
  },
  "update_url": "",
  "version": "1.6.0",
  "author": "Anmax Gestión",
  "homepage_url": "https://mibodega.anmax.cl",
  "developer": {
    "name": "Anmax Gestión",
    "url": "https://anmax.cl"
  }
} 