{
  "name": "ICON ERP",
  "short_name": "ICON",
  "description": "Modern Inventory & Assembly Management System",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#ff4d00",
  "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"],
  "shortcuts": [
    {
      "name": "Shop Floor",
      "url": "/shop-floor",
      "description": "View and manage production work orders"
    },
    {
      "name": "Work Orders",
      "url": "/work-orders",
      "description": "View all work orders"
    },
    {
      "name": "Procedures",
      "url": "/sop",
      "description": "Browse standard operating procedures"
    }
  ]
}
