{
  "name": "ReadAndSay - محول النص إلى صوت",
  "short_name": "ReadAndSay",
  "description": "محول النص إلى صوت بالذكاء الاصطناعي - حول نصوصك العربية إلى صوت طبيعي وواضح",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#030308",
  "theme_color": "#0c0c18",
  "orientation": "portrait-primary",
  "lang": "ar",
  "dir": "rtl",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "64x64",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "utilities", "education"],
  "screenshots": [
    {
      "src": "/images/dashboard-screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "لوحة التحكم الرئيسية"
    },
    {
      "src": "/images/converter-screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "واجهة محول النص إلى صوت"
    }
  ],
  "shortcuts": [
    {
      "name": "محول النص",
      "short_name": "محول",
      "description": "تحويل النص إلى صوت مباشرة",
      "url": "/converter",
      "icons": [
        {
          "src": "/images/converter-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "المعالجة المجمعة",
      "short_name": "مجمعة",
      "description": "معالجة ملفات متعددة",
      "url": "/batch",
      "icons": [
        {
          "src": "/images/batch-icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
