{
  "id": "/",
  "name": "AdministraRD - Sistema de Gestion",
  "short_name": "AdministraRD",
  "description": "Sistema de gestión para negocios - 100% offline",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "share_target": {
    "action": "/dashboard",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "lang": "es-DO",
  "dir": "ltr",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshots/movil/movil_dashboard.jpeg",
      "sizes": "610x1284",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Dashboard Móvil"
    },
    {
      "src": "/images/screenshots/movil/movil_pos.jpeg",
      "sizes": "610x1274",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Punto de Venta Móvil"
    },
    {
      "src": "/images/screenshots/movil/movil_inventario.jpeg",
      "sizes": "825x1600",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Inventario Móvil"
    },
    {
      "src": "/images/screenshots/pc/dashboard.png",
      "sizes": "1886x878",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard Escritorio"
    },
    {
      "src": "/images/screenshots/pc/pos.png",
      "sizes": "1920x872",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Punto de Venta Escritorio"
    },
    {
      "src": "/images/screenshots/pc/inventario.png",
      "sizes": "1883x883",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Inventario Escritorio"
    }
  ],
  "shortcuts": [
    {
      "name": "Nueva Venta",
      "short_name": "Vender",
      "url": "/pos",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ver Reportes",
      "short_name": "Reportes",
      "url": "/reports",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["business", "productivity", "finance"],
  "prefer_related_applications": false
}
