{
  "name": "WhatssAI - WhatsApp Business AI",
  "short_name": "WhatssAI",
  "description": "WhatsApp automation with AI agents. Manage contacts, agents, products and sales from one dashboard.",
  "start_url": "/dashboard",
  "scope": "/",
  "id": "/?utm_source=pwa",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2D9CFF",
  "background_color": "#0B0F14",
  "lang": "fr",
  "dir": "ltr",
  "categories": [
    "business",
    "productivity",
    "communication"
  ],
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your stats and recent activity",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "View WhatsApp conversations",
      "url": "/messages",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Agents",
      "short_name": "Agents",
      "description": "Manage your AI agents",
      "url": "/agents",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Tracking",
      "short_name": "Tracking",
      "description": "Track your packages",
      "url": "/tracking",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}