{
  "name": "Snippets PWA",
  "short_name": "Snippets",
  "description": "Gestor de respuestas rápidas para agentes de soporte",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0b0f19",
  "theme_color": "#0b0f19",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    }
  ]
}
