{
  "name": "PLS-SCM Operations Management",
  "short_name": "PLS-SCM",
  "description": "Procurement, Logistics, and Supply Chain Management platform for enterprise operations",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/vite.svg",
      "sizes": "32x32",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View system dashboard",
      "url": "/"
    },
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "description": "Manage inventory",
      "url": "/inventory"
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "Manage orders",
      "url": "/orders"
    },
    {
      "name": "Mobile Dashboard",
      "short_name": "Mobile",
      "description": "Mobile optimized dashboard",
      "url": "/mobile"
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false
} 