{
  "name": "SellGen AI",
  "short_name": "SellGen AI",
  "description": "AI-powered ecommerce assistant for small sellers. Upload products, generate listings, sell everywhere.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#128C7E",
  "theme_color": "#128C7E",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "shopping", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SellGen AI Home"
    }
  ],
  "shortcuts": [
    {
      "name": "Sell Product",
      "short_name": "Sell",
      "url": "/upload",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "My Products",
      "short_name": "Products",
      "url": "/my-products",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
