{
  "name": "SS Mudyf Production Tracker",
  "short_name": "SSM Tracker",
  "description": "Production Management System for SS Mudyf Investment - Track orders, production lines, cutting, packing, and more.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#0D0B0A",
  "theme_color": "#C9A962",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    },
    {
      "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": "View Orders",
      "short_name": "Orders",
      "description": "View all production orders",
      "url": "/app?view=orders"
    },
    {
      "name": "Cutting Department",
      "short_name": "Cutting",
      "description": "Access cutting department",
      "url": "/app?view=cutting"
    },
    {
      "name": "Packing Department",
      "short_name": "Packing",
      "description": "Access packing department",
      "url": "/app?view=packing"
    }
  ]
}
