{
  "name": "ESW Mobile - HR, CRM & Stock",
  "short_name": "ESW Mobile",
  "description": "Mobile companion app for ESW Management System. Access Human Resources, CRM, and Inventory Stock Inquiry on the go.",
  "start_url": "/mobile",
  "scope": "/mobile",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#1e3a8a",
  "theme_color": "#1e40af",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Human Resources",
      "short_name": "HR",
      "description": "Access HR module: leave, attendance, profile",
      "url": "/mobile?tab=hr",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "CRM",
      "short_name": "CRM",
      "description": "Leads, customers, opportunities",
      "url": "/mobile?tab=crm",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Stock Inquiry",
      "short_name": "Stock",
      "description": "Look up inventory levels & pricing",
      "url": "/mobile?tab=stock",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ]
}
