{
  "name": "القرآن الكريم",
  "short_name": "القرآن الكريم",
  "description": "تطبيق القرآن الكريم الشامل بدون إنترنت بالروايات المتعددة (حفص، قالون) مع التفسير والبحث ومسجل التسميع والحفظ",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0a1612",
  "theme_color": "#0d241c",
  "orientation": "any",
  "dir": "rtl",
  "lang": "ar",
  "categories": [
    "books",
    "lifestyle",
    "education"
  ],
  "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.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "مواصلة القراءة",
      "short_name": "المصحف",
      "description": "فتح آخر صفحة توقفت عندها مباشرة",
      "url": "./index.html#mushaf",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "أذكار المسلم",
      "short_name": "الأذكار",
      "description": "أذكار الصباح والمساء والسبحة",
      "url": "./index.html#athkar",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "البحث في القرآن",
      "short_name": "البحث",
      "description": "بحث سريع في آيات وسور القرآن الكريم",
      "url": "./index.html#search",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}