{
  "name": "رسائلي - نظام إرسال رسائل واتساب الجماعية",
  "short_name": "رسائلي",
  "description": "نظام متكامل لإرسال رسائل واتساب جماعية باحترافية مع ضمان عدم الحظر وتقارير مفصلة",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#198754",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["business", "productivity", "communication"],
  "icons": [
    {
      "src": "/images/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/images/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/images/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/images/logo.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "تسجيل دخول",
      "short_name": "دخول",
      "description": "تسجيل الدخول إلى حسابك",
      "url": "/login",
      "icons": [
        {
          "src": "/images/login-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "إنشاء حساب",
      "short_name": "تسجيل",
      "description": "إنشاء حساب جديد",
      "url": "/register",
      "icons": [
        {
          "src": "/images/register-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "لوحة التحكم",
      "short_name": "لوحة التحكم",
      "description": "الوصول إلى لوحة التحكم",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/images/dashboard-icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://www.rasayily.com/"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}

