{
  "name": "مواقيت الصلاة والأذان",
  "short_name": "مواقيت الصلاة",
  "description": "تطبيق مواقيت الصلاة والأذان أوفلاين بحساب دقيق وتنبيهات صوتية بدون إنترنت",
  "start_url": "./index.html",
  "scope": "./",
  "id": "com.youssefmahmoud.prayertimes",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0b1319",
  "theme_color": "#064e3b",
  "dir": "rtl",
  "lang": "ar",
  "categories": ["lifestyle", "utilities", "productivity"],
  "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"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "مواقيت اليوم",
      "short_name": "المواقيت",
      "description": "عرض مواقيت الصلوات الخمس والشروق لليوم",
      "url": "./index.html#prayers",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "اتجاه القبلة",
      "short_name": "القبلة",
      "description": "تحديد اتجاه الكعبة المشرفة بدقة",
      "url": "./index.html#qibla",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "إعدادات الأذان",
      "short_name": "الإعدادات",
      "description": "تخصيص طرق الحساب والتنبيهات الصوتية",
      "url": "./index.html#settings",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
