{
  "name": "GMR Trading Platform",
  "short_name": "GMR Trading",
  "description": "منصة تداول متقدمة مع ذكاء اصطناعي وتحليل شامل للأسواق المالية",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a1a1a",
  "background_color": "#ffffff",
  "scope": "/",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    {
      "src": "icons/icon-192x192.svg",
      "type": "image/svg+xml",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512x512.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "apple-touch-icon.svg",
      "type": "image/svg+xml",
      "sizes": "180x180",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/desktop-home.png",
      "type": "image/png",
      "sizes": "1280x720",
      "form_factor": "wide",
      "label": "الصفحة الرئيسية - سطح المكتب"
    },
    {
      "src": "screenshots/mobile-portfolio.png",
      "type": "image/png",
      "sizes": "390x844",
      "form_factor": "narrow",
      "label": "المحفظة الاستثمارية - الهاتف المحمول"
    },
    {
      "src": "screenshots/mobile-charts.png",
      "type": "image/png",
      "sizes": "390x844",
      "form_factor": "narrow",
      "label": "الرسوم البيانية - الهاتف المحمول"
    }
  ],
  "shortcuts": [
    {
      "name": "المحفظة",
      "short_name": "المحفظة",
      "description": "عرض المحفظة الاستثمارية",
      "url": "/portfolio",
      "icons": [
        {
          "src": "icons/portfolio-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "الأسواق",
      "short_name": "الأسواق",
      "description": "مراقبة الأسواق المالية",
      "url": "/markets",
      "icons": [
        {
          "src": "icons/markets-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "التداول",
      "short_name": "التداول",
      "description": "منصة التداول المتقدمة",
      "url": "/trading",
      "icons": [
        {
          "src": "icons/trading-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "الأخبار",
      "short_name": "الأخبار",
      "description": "آخر أخبار الأسواق المالية",
      "url": "/news",
      "icons": [
        {
          "src": "icons/news-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.gmr.trading",
      "id": "com.gmr.trading"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/gmr-trading/id123456789",
      "id": "123456789"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "capture_links": "existing-client-navigate",
  "protocol_handlers": [
    {
      "protocol": "web+gmrtrading",
      "url": "/handle?symbol=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "text/csv": [".csv"],
        "application/json": [".json"],
        "application/vnd.ms-excel": [".xls", ".xlsx"]
      }
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["text/csv", "application/json"]
        }
      ]
    }
  },
  "display_override": ["window-controls-overlay", "minimal-ui"],
  "id": "gmr-trading-pwa",
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7"
}
