{
  "name": "AJ Global Multiservice Technology - Portal de Clientes",
  "short_name": "AJ-GMT",
  "description": "Portal de clientes de AJ Global Multiservice Technology. Gestiona servicios, facturación, tickets y notificaciones.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#E8510A",
  "orientation": "portrait-primary",
  "lang": "es",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Facturación",
      "short_name": "Facturas",
      "description": "Ver y gestionar facturas",
      "url": "/dashboard/billing",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tickets de Soporte",
      "short_name": "Soporte",
      "description": "Abrir tickets de soporte",
      "url": "/dashboard/tickets",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}