{
  "short_name": "Khadija",
  "name": "خديجة - نموذج الذكاء الاصطناعي والمحفظة الرقمية المشفرة",
  "description": "تطبيق خديجة المتقدم المدمج بإمكانيات ChatGPT و Claude مع نظام محفظة وتخزين محلي مشفر بالدولار الأمريكي.",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "id": "./index.html",
  "start_url": "./index.html?utm_source=pwa_app&launch=app_drawer",
  "scope": "./",
  "background_color": "#f8fafc",
  "theme_color": "#10a37f",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "window-controls-overlay",
    "browser"
  ],
  "orientation": "any",
  "dir": "rtl",
  "lang": "ar-SA",
  "categories": [
    "productivity",
    "utilities",
    "finance"
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "محادثة جديدة مع Khadija",
      "short_name": "محادثة جديدة",
      "description": "افتح محادثة ذكاء اصطناعي جديدة فوراً مع النموذج Khadija",
      "url": "./index.html#pane_khadija_chat",
      "icons": [
        {
          "src": "icon.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "محفظة USD والرصيد",
      "short_name": "المحفظة",
      "description": "الوصول المباشر لرصيد الدولار والمعاملات الممتلكة",
      "url": "./index.html#b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7",
      "icons": [
        {
          "src": "icon.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "مساحة المشاريع والمعرفة",
      "short_name": "المشاريع",
      "description": "إدارة مستندات المشاريع والمستندات المعرفية الخاصة بـ Claude",
      "url": "./index.html#pane_projects_knowledge",
      "icons": [
        {
          "src": "icon.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "إعدادات النموذج والأمان",
      "short_name": "الإعدادات",
      "description": "تخصيص النموذج وتأكيد رمز PIN المشفر",
      "url": "./index.html#pane_user_settings",
      "icons": [
        {
          "src": "icon.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ],
  "related_applications": [],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}