{
  "id": "/investor/",
  "name": "محفظة المستثمر الذكية - حصاد الذهب",
  "short_name": "محفظة حصاد",
  "description": "بوابة المستثمر الآمنة لمتابعة أرصدة الذهب والعمليات والسحب",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "background_color": "#000000",
  "theme_color": "#D4AF37",
  "orientation": "portrait",
  "lang": "ar",
  "dir": "rtl",
  "categories": [
    "finance",
    "business"
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./icons/screenshot-narrow.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "محفظة المستثمر - رصيد الذهب والعمليات"
    }
  ],
  "shortcuts": [
    {
      "name": "رصيد الذهب",
      "short_name": "الرصيد",
      "description": "عرض رصيد الذهب الحالي",
      "url": "./index.html#balance",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "طلب سحب",
      "short_name": "سحب",
      "description": "تقديم طلب سحب جديد",
      "url": "./index.html#withdraw",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+hasadwallet",
      "url": "./index.html?protocol=%s"
    }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "prefer_related_applications": false,
  "related_applications": [],
  "scope_extensions": []
}