{
  "id": "/",
  "name": "Acme Enterprise SaaS ERP",
  "short_name": "Acme ERP",
  "description": "Multi-tenant enterprise suite with Row-Level Security, CRM pipeline, HRMS attendance, and ERP inventory.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#0284c7",
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": [
    "business",
    "productivity",
    "utilities",
    "finance"
  ],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Executive Overview",
      "short_name": "Overview",
      "description": "Unified enterprise KPIs and real-time metrics",
      "url": "/",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "CRM Deal Pipeline",
      "short_name": "CRM",
      "description": "Enterprise sales deals and kanban pipeline",
      "url": "/crm/pipeline",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "HRMS Attendance",
      "short_name": "Attendance",
      "description": "Daily employee attendance and quick check-in",
      "url": "/hrms/attendance",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "ERP Inventory & Stock",
      "short_name": "Inventory",
      "description": "Real-time warehouse stock and reorder tracking",
      "url": "/erp/inventory",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}