{
  "name": "Germain — Assistant IA",
  "short_name": "Germain",
  "description": "Votre assistant IA personnel auto-évolutif",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f1117",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "lang": "fr",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/germain.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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": "Nouveau chat",
      "url": "/?tab=chat",
      "description": "Ouvrir une nouvelle conversation"
    },
    {
      "name": "Nouvelle tâche",
      "url": "/?tab=tasks",
      "description": "Créer une nouvelle tâche"
    }
  ]
}
