{
  "id": "clothy-bazar-admin",
  "name": "ClothyBazar Admin",
  "short_name": "CB Admin",
  "description": "Manage orders, products, and deliveries - Updated April 2026",
  "start_url": "/admin",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#111827",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/vite.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/vite.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["business", "shopping"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "New Orders",
      "short_name": "Orders",
      "description": "View pending orders",
      "url": "/admin?tab=orders"
    },
    {
      "name": "Products",
      "short_name": "Products",
      "description": "Manage products",
      "url": "/admin?tab=products"
    }
  ]
}