{
  "name": "Souqi - السوق السوداني",
  "short_name": "Souqi",
  "description": "منصة إعلانات مبوبة سودانية - اشتري وبيع واستأجر بسهولة",
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "dir": "rtl",
  "lang": "ar",
  "scope": "/",
  "icons": [
    {
      "src": "/brand/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "categories": ["shopping", "lifestyle", "business"],
  "screenshots": [
    {
      "src": "/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "الشاشة الرئيسية لتطبيق Souqi"
    },
    {
      "src": "/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "الشاشة الرئيسية لتطبيق Souqi على الحاسوب"
    }
  ],
  "shortcuts": [
    {
      "name": "أضف إعلان",
      "short_name": "إعلان جديد",
      "description": "أضف إعلان جديد بسرعة",
      "url": "/post-ad?utm_source=pwa_shortcut",
      "icons": [{ "src": "/manifest-icon-192.maskable.png", "sizes": "192x192" }]
    },
    {
      "name": "إعلاناتي",
      "short_name": "إعلاناتي",
      "description": "عرض إعلاناتي",
      "url": "/my-ads?utm_source=pwa_shortcut",
      "icons": [{ "src": "/manifest-icon-192.maskable.png", "sizes": "192x192" }]
    },
    {
      "name": "بحث",
      "short_name": "بحث",
      "description": "ابحث عن إعلانات",
      "url": "/ads?utm_source=pwa_shortcut",
      "icons": [{ "src": "/manifest-icon-192.maskable.png", "sizes": "192x192" }]
    },
    {
      "name": "المتاجر",
      "short_name": "المتاجر",
      "description": "تصفح المتاجر",
      "url": "/stores?utm_source=pwa_shortcut",
      "icons": [{ "src": "/manifest-icon-192.maskable.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/post-ad",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {},
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "protocol_handlers": [
    {
      "protocol": "web+souqi",
      "url": "/?action=%s"
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "file_handlers": [
    {
      "action": "/post-ad",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".webp", ".gif"]
      }
    }
  ],
  "permissions": ["notifications", "geolocation"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7"
}
