{
  "name": "Guardián Digital",
  "short_name": "Guardián Digital",
  "description": "Herramientas sencillas para protegerte de las estafas y cuidar tu vida digital, a cualquier edad y capacidad.",
  "lang": "es",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#EEF2F1",
  "theme_color": "#0C7A69",
  "categories": ["utilities", "education", "lifestyle"],
  "icons": [
    { "src": "assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "assets/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "assets/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "assets/logo.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Analizar un mensaje",
      "short_name": "Detector",
      "description": "Comprueba si un SMS, correo o WhatsApp es una estafa",
      "url": "./modulos/detector.html",
      "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "./modulos/detector.html",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
