{
  "name": "AlertaYA Seguridad",
  "short_name": "AlertaYA",
  "description": "Sistema de alertas de emergencia",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#ff3c3c",
  "icons": [
    { "src": "icono.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icono.png", "sizes": "512x512", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "🚨 Enviar SOS Rápido",
      "short_name": "SOS",
      "description": "Lanza la alerta inmediatamente",
      "url": "/index.html?sos=true",
      "icons": [{ "src": "icono.png", "sizes": "192x192" }]
    }
  ]
}