{
  "name": "Demo ERP",
  "short_name": "GuevaraERP",
  "id": "guevara-erp",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#007BFF",
  "description": "ERP web para gestión de ventas e inventario de Demo",
  "categories": ["business", "productivity"],
  "lang": "es",
  "dir": "ltr",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Vista principal del ERP en escritorio"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png", 
      "form_factor": "narrow",
      "label": "Vista móvil del ERP"
    }
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://distribuidoraguevara.online/manifest.json"
    }
  ],
  "scope_extensions": [
    {
      "origin": "https://distribuidoraguevara.online"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "text/csv", ".xlsx"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Nueva Venta",
      "short_name": "Venta",
      "description": "Crear una nueva venta",
      "url": "/ventas/nueva",
      "icons": [
        {
          "src": "/icons/venta-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Inventario",
      "short_name": "Inventario",
      "description": "Ver inventario actual",
      "url": "/inventario",
      "icons": [
        {
          "src": "/icons/inventario-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Reportes",
      "short_name": "Reportes",
      "description": "Ver reportes de ventas",
      "url": "/reportes",
      "icons": [
        {
          "src": "/icons/reportes-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "widgets": [
    {
      "name": "ventas-widget",
      "description": "Widget de ventas rápidas",
      "tag": "ventas",
      "template": "ventas-template",
      "ms_ac_template": "/widgets/ventas.json",
      "data": "/api/ventas/widget",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshots/widget-ventas.png",
          "sizes": "512x512",
          "label": "Widget de ventas"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ]
}