{
  "name": "مشتری‌بان - سیستم مدیریت مشتریان",
  "short_name": "مشتری‌بان",
  "description": "سیستمی برای مدیریت مشتریان، ارسال پیام های یادآوری و کد تخفیف",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait",
  "scope": "/",
  "lang": "fa",
  "dir": "rtl",
  "icons": [
    {
      "src": "/images/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [
    {
      "src": "/images/image.jpg",
      "sizes": "1536x1024",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "ثبت پیام جدید",
      "short_name": "پیام جدید",
      "description": "ثبت پیام فوری یا زمان‌بندی‌شده برای مشتریان",
      "url": "/app/new-request",
      "icons": [
        {
          "src": "/images/favicon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "مشتریان",
      "short_name": "مشتریان",
      "description": "مشاهده لیست مشتریان",
      "url": "/app/customers",
      "icons": [
        {
          "src": "/images/favicon.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
} 
