{
  "name": "Crystal FX",
  "short_name": "Crystal FX",
  "description": "منصة تداول واستثمار العملات الرقمية والذهب - crystal-fx.net",
  "start_url": "/login",
  "scope": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "lang": "ar",
  "dir": "rtl",
  "icons": [
    {
      "src": "/img/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "business"],
  "shortcuts": [
    {
      "name": "تسجيل الدخول",
      "short_name": "Login",
      "description": "تسجيل الدخول للحساب",
      "url": "/login",
      "icons": [{ "src": "/img/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "لوحة التحكم",
      "short_name": "Dashboard",
      "description": "الوصول السريع للوحة التحكم",
      "url": "/user",
      "icons": [{ "src": "/img/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "الإيداع",
      "short_name": "Deposit",
      "description": "إضافة رصيد",
      "url": "/user/deposits",
      "icons": [{ "src": "/img/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "الاستثمار",
      "short_name": "Invest",
      "description": "إنشاء استثمار جديد",
      "url": "/user/investment",
      "icons": [{ "src": "/img/logo.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+crystalfx",
      "url": "/auth?type=%s"
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
