{
  "name": "ERP Distribution System",
  "short_name": "ERP",
  "description": "Wholesale Distribution Management System",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "dir": "rtl",
  "lang": "ar",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "url": "/",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "url": "/orders"
    },
    {
      "name": "Products",
      "short_name": "Products",
      "url": "/products"
    },
    {
      "name": "Stock",
      "short_name": "Stock",
      "url": "/stock"
    }
  ],
  "categories": ["business", "productivity"],
  "edge_side_panel": {
    "preferred_width": 480
  }
}
