{
  "name": "Gabhan ERP",
  "short_name": "Gabhan ERP",
  "description": "Multi-brand ERP system for inventory, orders, Amazon FBA, and business operations",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2c5f5d",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/app-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "finance"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View main dashboard"
    },
    {
      "name": "Products",
      "url": "/inventory/products",
      "description": "Manage inventory products"
    },
    {
      "name": "Orders",
      "url": "/orders",
      "description": "View and manage orders"
    },
    {
      "name": "Analytics",
      "url": "/analytics/advanced",
      "description": "Advanced analytics dashboard"
    }
  ]
}
