{
  "name": "Naixia",
  "short_name": "Naixia",
  "description": "Messagerie chiffree bout-en-bout pour les professionnels — agents IA, calls video, files. Conforme RGPD et AI Act.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "lang": "fr",
  "dir": "ltr",
  "categories": ["productivity", "business", "social"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouveau message",
      "short_name": "Message",
      "description": "Demarrer une nouvelle conversation 1-1",
      "url": "/chats?new=1",
      "icons": [{ "src": "/icons/shortcut-message.png", "sizes": "96x96" }]
    },
    {
      "name": "Capsules",
      "short_name": "Bots",
      "description": "Mes agents IA Orchessia",
      "url": "/capsules",
      "icons": [{ "src": "/icons/shortcut-capsules.png", "sizes": "96x96" }]
    },
    {
      "name": "Channels",
      "short_name": "Channels",
      "description": "Channels d'equipe",
      "url": "/channels",
      "icons": [{ "src": "/icons/shortcut-channels.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/chats/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "video/*", "audio/*", "application/pdf", ".doc", ".docx"]
        }
      ]
    }
  }
}
