{
  "name": "Tambali",
  "short_name": "Tambali",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "description": "Tambali - Votre assistant entrepreneurial intelligent.",
  "theme_color": "#0A58A5",
  "background_color": "#F6F7F8",
  "shortcuts": [
    {
      "name": "Nouvelle conversation",
      "short_name": "Nouveau",
      "url": "/chat_sessions/nouvelle",
      "icons": [{ "src": "/icon.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Mes projets",
      "short_name": "Projets",
      "url": "/projets",
      "icons": [{ "src": "/icon.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Notifications",
      "short_name": "Notifs",
      "url": "/notifications",
      "icons": [{ "src": "/icon.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Explorer",
      "short_name": "Explorer",
      "url": "/explorer",
      "icons": [{ "src": "/icon.png", "sizes": "512x512", "type": "image/png" }]
    }
  ]
}
