{
  "name": "أدوات ذكي",
  "short_name": "أدوات ذكي",
  "description": "أدوات حسابية مجانية للحياة اليومية — العمر، الهجري، BMI، القرض، السعرات، مواقيت الصلاة والمزيد",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#F2F5EF",
  "theme_color": "#006C35",
  "lang": "ar",
  "dir": "rtl",
  "orientation": "any",
  "scope": "/",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "حاسبة العمر",
      "short_name": "العمر",
      "description": "احسب عمرك بالميلادي والهجري",
      "url": "/age-calculator.html",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "مواقيت الصلاة",
      "short_name": "الصلاة",
      "description": "أوقات الصلاة لجميع المدن",
      "url": "/prayer-times.html",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "حاسبة BMI",
      "short_name": "BMI",
      "description": "احسب مؤشر كتلة الجسم",
      "url": "/bmi-calculator.html",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    }
  ]
}
