
{
  "_comment_name": "اسم التطبيق الكامل - بيظهر بشاشة التثبيت",
  "name": "وصالي - Wesali",

  "_comment_short_name": "الاسم المختصر - بيظهر تحت الأيقونة بالجوال (أقصى 12 حرف)",
  "short_name": "Wesali",

  "_comment_start_url": "الصفحة اللي بتفتح لما المستخدم يكبس أيقونة التطبيق",
  "start_url": "/dashboard",

  "_comment_display": "standalone = يشيل شريط المتصفح ويبدو كتطبيق أصلي",
  "display": "standalone",

  "_comment_background_color": "لون الخلفية أول ما يفتح التطبيق (Splash screen)",
  "background_color": "#ecebe6",

  "_comment_theme_color": "لون شريط الحالة أعلى الشاشة بالجوال",
  "theme_color": "#1a403d",

  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}