{
  "name": "FusionERP",
  "short_name": "FusionERP",
  "description": "Cloud ERP for Industrial Gas & Welding Supply",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0d1a2d",
  "theme_color": "#2563eb",
  "orientation": "any",
  "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"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Open the main dashboard"
    },
    {
      "name": "Gas Cylinders",
      "url": "/cylinders",
      "description": "Cylinder tracking"
    },
    {
      "name": "New Order",
      "url": "/sales/orders/new",
      "description": "Create a new sales order"
    }
  ]
}
