{
  "name": "NEO - Assistant AGI Personnel",
  "short_name": "NEO",
  "description": "Votre assistant AGI avec recherche web, analyse de documents, code, voix et mémoire intelligente",
  "start_url": "/chat",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#667eea",
  "background_color": "#667eea",
  "orientation": "portrait-primary",
  "dir": "ltr",
  "lang": "fr-FR",
  "categories": [
    "productivity",
    "education",
    "utilities",
    "business"
  ],
  "icons": [
    {
      "src": "/static/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouveau chat",
      "short_name": "Chat",
      "description": "Démarrer une nouvelle conversation avec NEO",
      "url": "/",
      "icons": [
        {
          "src": "/static/icons/favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}