{
  "name": "LiveSakhi",
  "short_name": "LiveSakhi",
  "description": "Your selling assistant for Facebook, WhatsApp & Instagram",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#FF2D7A",
  "orientation": "portrait",
  "categories": ["shopping", "business", "productivity"],
  "lang": "en-IN",
  "icons": [
    {
      "src": "/assets/images/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/assets/images/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/assets/images/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/assets/images/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/assets/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/assets/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Product",
      "short_name": "Add Product",
      "description": "Add a new product to your catalog",
      "url": "/products/add",
      "icons": [{ "src": "/assets/images/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Live Board",
      "short_name": "Go Live",
      "description": "Start your live sale session",
      "url": "/live-board/setup",
      "icons": [{ "src": "/assets/images/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Products",
      "short_name": "Products",
      "description": "View and manage your products",
      "url": "/products",
      "icons": [{ "src": "/assets/images/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/assets/images/screenshots/screen1.png",
      "sizes": "750x1334",
      "type": "image/png",
      "label": "LiveSakhi Dashboard"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}
