{
  "name": "SOFIA",
  "short_name": "SOFIA",
  "description": "Ta secrétaire IA personnelle.",
  "start_url": "/chat.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0d1a",
  "theme_color": "#8B5CF6",
  "lang": "fr",
  "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": "Conversation", "short_name": "Chat", "url": "/chat.html", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Tâches",       "short_name": "Tâches", "url": "/taches.html" },
    { "name": "Notes",        "short_name": "Notes", "url": "/notes.html" }
  ],
  "categories": ["productivity", "utilities"],
  "prefer_related_applications": false
}
