{
  "name": "PolyChat - Chat IA Multi-Modeles",
  "short_name": "PolyChat",
  "description": "Le chat IA qui combine GPT, Claude, Gemini et bien d'autres modeles dans une seule interface.",
  "start_url": "/chat",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#4f46e5",
  "background_color": "#ffffff",
  "lang": "fr",
  "dir": "ltr",
  "categories": ["productivity", "social"],
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
