{
  "name": "Kenzz",
  "short_name": "Kenzz",
  "description": "Kenzz Merchant Dashboard",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1A0E1E",
  "theme_color": "#1A0E1E",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-192x192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512x512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Orders", "short_name": "Orders", "description": "View recent orders", "url": "/orders" },
    { "name": "New Product", "short_name": "New Product", "description": "Create a new product", "url": "/products/create" }
  ]
}
