{
  "name": "Kvastram Admin",
  "short_name": "Kvastram",
  "description": "Kvastram E-commerce Admin Panel",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View dashboard"
    },
    {
      "name": "Orders",
      "url": "/dashboard/orders",
      "description": "View orders"
    },
    {
      "name": "Products",
      "url": "/dashboard/products",
      "description": "Manage products"
    }
  ]
}
