{
  "name": "SaaS ERP Portal",
  "short_name": "ERP",
  "description": "Enterprise Resource Planning portals for ERP, POS, ESS, VMS, and Asset Audit",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#2092b9",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "POS Terminal",
      "short_name": "POS",
      "url": "/pos/terminal",
      "description": "Open the POS terminal"
    },
    {
      "name": "Employee Self Service",
      "short_name": "ESS",
      "url": "/dashboard",
      "description": "Open employee self-service"
    },
    {
      "name": "Asset Audit",
      "short_name": "Audit",
      "url": "/assets/mobile-audit",
      "description": "Open mobile asset audit"
    }
  ]
}
