{
  "name": "Sellivo — WhatsApp Commerce Platform",
  "short_name": "Sellivo",
  "description": "WhatsApp commerce platform with AI sales assistant. Manage conversations, products, and orders from anywhere.",
  "start_url": "/app/conversations",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a1410",
  "theme_color": "#059669",
  "categories": ["business", "shopping", "productivity"],
  "dir": "auto",
  "lang": "en",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Conversations",
      "short_name": "Chat",
      "url": "/app/conversations",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Products",
      "short_name": "Products",
      "url": "/app/products",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "url": "/app/orders",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/app/overview",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
