{
  "name": "منصة كتبي - المكتبة الرقمية العربية",
  "short_name": "كتبي",
  "description": "اكتشف آلاف الكتب العربية المجانية على منصة كتبي",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#dc2626",
  "orientation": "portrait",
  "scope": "/",
  "lang": "ar",
  "dir": "rtl",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["books", "education", "reading"],
  "shortcuts": [
    {
      "name": "البحث في الكتب",
      "short_name": "بحث",
      "description": "ابحث عن كتابك المفضل",
      "url": "/?search=true",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "المفضلة",
      "short_name": "مفضلة",
      "description": "الكتب المفضلة لديك",
      "url": "/favorites",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}