{
  "id": "/neurochat",
  "name": "NeuroChat — Chat privado P2P",
  "short_name": "NeuroChat",
  "description": "Chat privado P2P, cifrado y sin registro.",
  "lang": "es-MX",
  "dir": "ltr",
  "start_url": "/neurochat.html?source=pwa",
  "scope": "/",
  "display": "standalone",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "orientation": "any",
  "background_color": "#08111d",
  "theme_color": "#08111d",
  "categories": [
    "social",
    "communication",
    "utilities"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Crear chat nuevo",
      "short_name": "Crear chat",
      "description": "Abre NeuroChat para crear una sala privada.",
      "url": "/neurochat.html?action=create",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
