{
  "name": "NetCore IT Manager",
  "short_name": "NetCore IT",
  "description": "Gestión de activos tecnológicos, tickets y soporte TI.",
  "start_url": "/login.php?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0b2042",
  "categories": ["business", "productivity", "utilities"],
  "lang": "es-EC",
  "icons": [
    {"src": "/assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png"},
    {"src": "/assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png"},
    {"src": "/assets/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"}
  ],
  "shortcuts": [
    {"name": "Crear ticket", "short_name": "Ticket", "url": "/tickets.php?new=1", "icons": [{"src": "/assets/icons/icon-192.png", "sizes": "192x192"}]},
    {"name": "Mis activos", "short_name": "Activos", "url": "/assets.php", "icons": [{"src": "/assets/icons/icon-192.png", "sizes": "192x192"}]}
  ]
}
