{
"name": "Collaboria - L'IA éthique pour les pro",
  "short_name": "Collaboria",
  "description": "Plateforme de chat IA professionnelle avec outils avancés",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#6366f1",
  "orientation": "any",
  "categories": ["productivity", "business", "communication"],
  "lang": "fr",
  "scope": "/",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouvelle conversation",
      "short_name": "Chat",
      "description": "Démarrer une nouvelle conversation",
      "url": "/",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Interface desktop de Collaboria"
    },
    {
      "src": "/screenshot-mobile.png", 
      "sizes": "360x640",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Interface mobile de Collaboria"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}