{
  "name": "ATTOGRA MARKETS",
  "short_name": "ATTOGRA",
  "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": [],
  "shortcuts": [
    {
      "name": "المحفظة",
      "short_name": "المحفظة",
      "description": "عرض المحفظة الاستثمارية",
      "url": "/portfolio",
      "icons": [
        {
          "src": "icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "الأسواق",
      "short_name": "الأسواق",
      "description": "مراقبة الأسواق المالية",
      "url": "/markets",
      "icons": [
        {
          "src": "icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "التداول",
      "short_name": "التداول",
      "description": "منصة التداول المتقدمة",
      "url": "/trading",
      "icons": [
        {
          "src": "icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "الأخبار",
      "short_name": "الأخبار",
      "description": "آخر أخبار الأسواق المالية",
      "url": "/news",
      "icons": [
        {
          "src": "icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.attogra.markets",
      "id": "com.attogra.markets"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/attogra-markets/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+attogramarkets",
      "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": "attogra-markets-pwa",
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7"
}
