{
  "id": "/dashboard",
  "name": "Jawda AI — جودة AI",
  "short_name": "Jawda AI",
  "description": "رفيقك الذكي لصحتك",
  "start_url": "/dashboard",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "browser"
  ],
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  },
  "background_color": "#F6F2EC",
  "theme_color": "#176B63",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "health",
    "fitness",
    "lifestyle"
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "سجّل وجبة",
      "short_name": "وجبة",
      "description": "سجّل وجبة جديدة",
      "url": "/meals/add",
      "icons": [
        {
          "src": "/icons/shortcut-meal.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "الرئيسية",
      "short_name": "الرئيسية",
      "description": "صفحتك الرئيسية",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icons/shortcut-home.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "اسأل جودة",
      "short_name": "اسأل",
      "description": "اسأل جودة AI أي شيء",
      "url": "/ask",
      "icons": [
        {
          "src": "/icons/shortcut-home.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/api/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "photo",
          "accept": [
            "image/jpeg",
            "image/png",
            "image/webp"
          ]
        }
      ]
    }
  },
  "related_applications": [],
  "prefer_related_applications": false,
  "lang": "ar",
  "dir": "rtl"
}