{
  "name": "Dashboard - Business Management Platform",
  "short_name": "Dashboard",
  "description": "Comprehensive business management dashboard with real-time analytics, order tracking, and team collaboration",
  "start_url": "/en/dashboard",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#4f46e5",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "analytics"],
  "icons": [
    {
      "src": "/icon",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-icon",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/en/dashboard",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard Overview"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "url": "/en/dashboard",
      "description": "View your dashboard overview"
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "url": "/en/orders",
      "description": "Manage orders"
    },
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "url": "/en/analytics",
      "description": "View analytics"
    }
  ],
  "prefer_related_applications": false,
  "scope": "/",
  "id": "/"
}
