{
  "name": "Tessile ERP",
  "short_name": "Tessile",
  "description": "Tessile Clothing Manufacturing ERP",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#FAFAF8",
  "theme_color": "#AE8340",
  "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"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Director Control Tower"
    },
    {
      "name": "Orders",
      "url": "/orders",
      "description": "View and create orders"
    },
    {
      "name": "POS",
      "url": "/pos",
      "description": "Point of Sale terminal"
    },
    {
      "name": "Production",
      "url": "/production",
      "description": "Production tracking"
    }
  ]
}