{
  "name": "SUNNY ERP Warehouse",
  "short_name": "SUNNY WH",
  "description": "SUNNY ERP warehouse floor app — QR scanning, inventory, production",
  "start_url": "/warehouse",
  "display": "standalone",
  "background_color": "#1A1A1A",
  "theme_color": "#185FA5",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan QR",
      "url": "/warehouse/scan",
      "description": "Open QR scanner"
    },
    {
      "name": "Low stock",
      "url": "/warehouse/alerts",
      "description": "View low stock alerts"
    }
  ]
}
