{
  "name": "Inerpy",
  "short_name": "Inerpy",
  "description": "Comprehensive Enterprise Resource Planning system for business management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "32x32",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View business overview and metrics",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.svg", "sizes": "32x32" }]
    },
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "description": "Manage product inventory",
      "url": "/inventory",
      "icons": [{ "src": "/favicon.svg", "sizes": "32x32" }]
    },
    {
      "name": "Sales",
      "short_name": "Sales",
      "description": "Manage sales orders",
      "url": "/sales",
      "icons": [{ "src": "/favicon.svg", "sizes": "32x32" }]
    }
  ]
}